< prev index next >

test/lib/sun/hotspot/gc/GC.java

Print this page
rev 52801 : Upstream/backport Shenandoah to JDK11u
* * *
[backport] 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: rkennke

*** 36,46 **** Serial(1), Parallel(2), ConcMarkSweep(3), G1(4), Epsilon(5), ! Z(6); private static final WhiteBox WB = WhiteBox.getWhiteBox(); private final int name; --- 36,47 ---- Serial(1), Parallel(2), ConcMarkSweep(3), G1(4), Epsilon(5), ! Z(6), ! Shenandoah(7); private static final WhiteBox WB = WhiteBox.getWhiteBox(); private final int name;
< prev index next >