--- old/test/lib/sun/hotspot/gc/GC.java 2020-01-17 17:09:26.346132891 +0100 +++ new/test/lib/sun/hotspot/gc/GC.java 2020-01-17 17:09:26.244132896 +0100 @@ -38,7 +38,8 @@ ConcMarkSweep(3), G1(4), Epsilon(5), - Z(6); + Z(6), + Shenandoah(7); private static final WhiteBox WB = WhiteBox.getWhiteBox();