< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahPhaseTimings.cpp

Print this page
rev 11463 : Backport Traversal GC

@@ -82,10 +82,14 @@
   }
 
   guarantee(phase == init_evac ||
             phase == scan_roots ||
             phase == update_roots ||
+            phase == init_traversal_gc_work ||
+            phase == init_weak_traversal_gc_work ||
+            phase == final_traversal_gc_work ||
+            phase == final_traversal_update_roots ||
             phase == final_update_refs_roots ||
             phase == full_gc_roots ||
             phase == degen_gc_update_roots ||
             phase == _num_phases,
             "only in these phases we can add per-thread phase times");
< prev index next >