< prev index next >

src/hotspot/share/oops/oop.inline.hpp

8211446: Replace oop_pc_follow_contents with oop_iterate and closure
     set_mark_raw(mark_raw()->incr_age());
   }
 }
 
 #if INCLUDE_PARALLELGC
-void oopDesc::pc_follow_contents(ParCompactionManager* cm) {
-  klass()->oop_pc_follow_contents(this, cm);
-}
 
 void oopDesc::pc_update_contents(ParCompactionManager* cm) {
   Klass* k = klass();
   if (!k->is_typeArray_klass()) {
     // It might contain oops beyond the header, so take the virtual call.
    
< prev index next >