< prev index next >

src/hotspot/share/oops/instanceMirrorKlass.hpp

8211447: Replace oop_pc_update_pointers with oop_iterate and closure
   int instance_size(Klass* k);
 
   // allocation
   instanceOop allocate_instance(Klass* k, TRAPS);
 
-  // GC specific object visitors
-  //
-#if INCLUDE_PARALLELGC
-  // Parallel Compact
-  void oop_pc_update_pointers(oop obj, ParCompactionManager* cm);
-#endif
-
   static void serialize_offsets(class SerializeClosure* f) NOT_CDS_RETURN;
 
   // Oop fields (and metadata) iterators
   //
   // The InstanceMirrorKlass iterators also visit the hidden Klass pointer.
    
< prev index next >