src/hotspot/share/classfile/classLoaderData.hpp
changeset 51530 1f0b605bdc28
parent 51471 05223cebd7a2
child 51608 625a5bdde0c5
--- a/src/hotspot/share/classfile/classLoaderData.hpp	Sat Aug 25 14:23:21 2018 +0200
+++ b/src/hotspot/share/classfile/classLoaderData.hpp	Sat Aug 25 11:10:21 2018 -0400
@@ -134,9 +134,6 @@
   // Added for initialize_itable_for_klass to handle exceptions.
   static void dictionary_classes_do(void f(InstanceKlass*, TRAPS), TRAPS);
 
-  // Iterate all classes and their class loaders, including initiating class loaders.
-  static void dictionary_all_entries_do(void f(InstanceKlass*, ClassLoaderData*));
-
   // VM_CounterDecay iteration support
   static InstanceKlass* try_get_next_class();