< prev index next >

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

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

*** 223,237 **** { 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; --- 223,232 ----
< prev index next >