src/share/vm/oops/oop.hpp

Print this page

        

*** 326,340 **** // 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 adjust_pointers(); - #if INCLUDE_ALL_GCS - // Parallel old - void update_header(ParCompactionManager* cm); - #endif // INCLUDE_ALL_GCS - // mark-sweep support void follow_body(int begin, int end); // Fast access to barrier set static BarrierSet* bs() { return _bs; } --- 326,335 ----