--- old/test/lib/sun/hotspot/gc/GC.java 2018-06-11 09:34:25.359036742 +0200 +++ new/test/lib/sun/hotspot/gc/GC.java 2018-06-11 09:34:25.143036145 +0200 @@ -36,7 +36,8 @@ Serial(1), Parallel(2), ConcMarkSweep(3), - G1(4); + G1(4), + Epsilon(5); private static final WhiteBox WB = WhiteBox.getWhiteBox();