< prev index next >

src/hotspot/share/memory/universe.hpp

Print this page

        

@@ -484,10 +484,11 @@
   static void serialize(SerializeClosure* f, bool do_all = false);
 
   // Apply "f" to all klasses for basic types (classes not present in
   // SystemDictionary).
   static void basic_type_classes_do(void f(Klass*));
+  static void basic_type_classes_do(KlassClosure* closure);
   static void metaspace_pointers_do(MetaspaceClosure* it);
 
   // Debugging
   enum VERIFY_FLAGS {
     Verify_Threads = 1,
< prev index next >