< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp

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

*** 235,245 **** // global soft refs policy, and we better report it every time heap // usage goes down. Universe::update_heap_info_at_gc(); // Signal that we have completed a visit to all live objects. ! Universe::heap()->next_whole_heap_examined(); } // Disable forced counters update, and update counters one more time // to capture the state at the end of GC session. handle_force_counters_update(); --- 235,245 ---- // global soft refs policy, and we better report it every time heap // usage goes down. Universe::update_heap_info_at_gc(); // Signal that we have completed a visit to all live objects. ! Universe::heap()->record_whole_heap_examined_timestamp(); } // Disable forced counters update, and update counters one more time // to capture the state at the end of GC session. handle_force_counters_update();
< prev index next >