< prev index next >

src/share/vm/oops/oop.hpp

Print this page

        

@@ -329,11 +329,10 @@
   static void set_bs(BarrierSet* bs) { _bs = bs; }
 
   // Garbage Collection support
 
   // Mark Sweep
-  void ms_follow_contents();
   // Adjust all pointers in this object to point at it's forwarded location and
   // return the size of this oop.  This is used by the MarkSweep collector.
   int  ms_adjust_pointers();
 #if INCLUDE_ALL_GCS
   // Parallel Compact
< prev index next >