--- old/test/lib/sun/hotspot/gc/GC.java 2018-12-03 17:46:23.799861763 +0100 +++ new/test/lib/sun/hotspot/gc/GC.java 2018-12-03 17:46:23.643862877 +0100 @@ -38,7 +38,8 @@ ConcMarkSweep(3), G1(4), Epsilon(5), - Z(6); + Z(6), + Shenandoah(7); private static final WhiteBox WB = WhiteBox.getWhiteBox();