On Thu, 17 Feb 2022 16:32:07 GMT, Coleen Phillimore <[email protected]> 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