< prev index next >

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

Print this page
rev 52278 : In update-refs, update all code-roots when in degen-gc

@@ -332,10 +332,11 @@
     case ShenandoahPhaseTimings::update_roots:
     case ShenandoahPhaseTimings::final_update_refs_roots:
       update_code_cache = false;
       break;
     case ShenandoahPhaseTimings::full_gc_roots:
+    case ShenandoahPhaseTimings::degen_gc_update_roots:
       update_code_cache = true;
       break;
     default:
       ShouldNotReachHere();
   }
< prev index next >