RFR: 8281267: VM HeapDumper dumps array classes several times [v4]

Alex Menkov amenkov at openjdk.java.net
Thu Feb 17 17:40:19 UTC 2022


On Thu, 17 Feb 2022 16:32:07 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> It's still used in JvmtiGetLoadedClasses::getClassLoaderClasses()
>
>> void Universe::basic_type_classes_do(void f(Klass*)) {
> This one is unused.  The other one that takes the Closure is the one that getClassLoaderClasses() calls.

I thought we always have 2 version (for function pointer and closure object), Universe::metaspace_pointers_do has only version for closures.
Will remove unused one.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7384


More information about the serviceability-dev mailing list