< prev index next >

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

Print this page
rev 48920 : [backport] Use PLAB for evacuations instead of TLAB

@@ -223,15 +223,10 @@
 
     {
       ShenandoahGCPhase phase(ShenandoahPhaseTimings::full_gc_heapdumps);
       heap->post_full_gc_dump(_gc_timer);
     }
-
-    if (UseTLAB) {
-      ShenandoahGCPhase phase(ShenandoahPhaseTimings::full_gc_resize_tlabs);
-      heap->resize_all_tlabs();
-    }
   }
 
 
   if (UseShenandoahMatrix && PrintShenandoahMatrix) {
     LogTarget(Info, gc) lt;
< prev index next >