hotspot/src/share/vm/gc/g1/heapRegion.cpp
changeset 46630 75aa3e39d02c
parent 46611 3b8b1f7ee3b4
child 46701 f559541c0daa
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
   891   CompactibleSpace::initialize(mr, clear_space, mangle_space);
   891   CompactibleSpace::initialize(mr, clear_space, mangle_space);
   892   _top = bottom();
   892   _top = bottom();
   893   set_saved_mark_word(NULL);
   893   set_saved_mark_word(NULL);
   894   reset_bot();
   894   reset_bot();
   895 }
   895 }
   896