< prev index next >

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

Print this page
rev 59534 : 8245961: Shenandoah: move some root marking to concurrent phase

*** 101,116 **** --- 101,119 ---- case update_roots: case final_update_refs_roots: case full_gc_scan_roots: case full_gc_update_roots: case full_gc_adjust_roots: + case degen_gc_scan_conc_roots: case degen_gc_update_roots: + case full_gc_scan_conc_roots: case full_gc_purge_class_unload: case full_gc_purge_weak_par: case purge_class_unload: case purge_weak_par: case heap_iteration_roots: + case conc_mark_roots: case conc_weak_roots_work: case conc_strong_roots: return true; default: return false;
< prev index next >