< prev index next >

src/hotspot/share/gc/serial/genMarkSweep.cpp

Print this page
rev 60422 : [mq]: 8248401-ayang-review

*** 135,145 **** // Update heap occupancy information which is used as // input to soft ref clearing policy at the next gc. Universe::update_heap_info_at_gc(); ! Universe::heap()->next_whole_heap_examined(); gch->trace_heap_after_gc(_gc_tracer); } void GenMarkSweep::allocate_stacks() { --- 135,146 ---- // Update heap occupancy information which is used as // input to soft ref clearing policy at the next gc. Universe::update_heap_info_at_gc(); ! // Signal that we have completed a visit to all live objects. ! Universe::heap()->record_whole_heap_examined_timestamp(); gch->trace_heap_after_gc(_gc_tracer); } void GenMarkSweep::allocate_stacks() {
< prev index next >