Fix GC enum declaration epsilon-gc-branch
authorshade
Wed, 30 May 2018 13:45:02 +0200
branchepsilon-gc-branch
changeset 56633 28d61698c79e
parent 56630 14ebf728ce3f
child 56634 293ba598ee68
Fix GC enum declaration
test/lib/sun/hotspot/gc/GC.java
--- 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();