< prev index next >

src/share/vm/oops/oop.hpp

Print this page

        

*** 329,339 **** 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 --- 329,338 ----
< prev index next >