< prev index next >

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

Print this page
rev 53307 : Backport Shenadoah GC

*** 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 >