test/lib/sun/hotspot/gc/GC.java
branchepsilon-gc-branch
changeset 56633 28d61698c79e
parent 56540 ada11a8e2ebc
--- a/test/lib/sun/hotspot/gc/GC.java	Wed May 30 12:53:59 2018 +0200
+++ b/test/lib/sun/hotspot/gc/GC.java	Wed May 30 13:45:02 2018 +0200
@@ -37,8 +37,7 @@
     Parallel(2),
     ConcMarkSweep(3),
     G1(4),
-    Epsilon(5),
-    ;
+    Epsilon(5);
 
     private static final WhiteBox WB = WhiteBox.getWhiteBox();