< prev index next >

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

Print this page
rev 60257 : [mq]: 8248401-unify-millis-since-last-gc

*** 273,282 **** --- 273,284 ---- heap->phase_timings()->flush_cycle_to_global(); // Print Metaspace change following GC (if logging is enabled). MetaspaceUtils::print_metaspace_change(meta_sizes); + heap->next_whole_heap_examined(); + // GC is over, we are at idle now if (ShenandoahPacing) { heap->pacer()->setup_for_idle(); } } else {
< prev index next >