< prev index next >

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

Print this page
rev 59271 : 8240870: Shenandoah: merge evac and update phases
Reviewed-by: XXX

@@ -95,11 +95,11 @@
   assert(phase >= 0 && phase < _num_phases, "Out of bounds");
   switch (phase) {
     case init_evac:
     case scan_roots:
     case update_roots:
-    case final_update_refs_roots:
+    case final_evac_update_roots:
     case full_gc_scan_roots:
     case full_gc_update_roots:
     case full_gc_adjust_roots:
     case degen_gc_update_roots:
     case full_gc_purge_class_unload:

@@ -118,11 +118,11 @@
 bool ShenandoahPhaseTimings::is_root_work_phase(Phase phase) {
   switch (phase) {
     case scan_roots:
     case update_roots:
     case init_evac:
-    case final_update_refs_roots:
+    case final_evac_update_roots:
     case degen_gc_update_roots:
     case full_gc_scan_roots:
     case full_gc_update_roots:
     case full_gc_adjust_roots:
       return true;
< prev index next >