src/hotspot/share/memory/universe.hpp
changeset 51530 1f0b605bdc28
parent 51329 9c68699bebe5
child 51554 5b0d86499960
equal deleted inserted replaced
51529:a716460217ed 51530:1f0b605bdc28
   484   static void serialize(SerializeClosure* f, bool do_all = false);
   484   static void serialize(SerializeClosure* f, bool do_all = false);
   485 
   485 
   486   // Apply "f" to all klasses for basic types (classes not present in
   486   // Apply "f" to all klasses for basic types (classes not present in
   487   // SystemDictionary).
   487   // SystemDictionary).
   488   static void basic_type_classes_do(void f(Klass*));
   488   static void basic_type_classes_do(void f(Klass*));
       
   489   static void basic_type_classes_do(KlassClosure* closure);
   489   static void metaspace_pointers_do(MetaspaceClosure* it);
   490   static void metaspace_pointers_do(MetaspaceClosure* it);
   490 
   491 
   491   // Debugging
   492   // Debugging
   492   enum VERIFY_FLAGS {
   493   enum VERIFY_FLAGS {
   493     Verify_Threads = 1,
   494     Verify_Threads = 1,