< prev index next >

test/lib/sun/hotspot/gc/GC.java

Print this page

        

@@ -34,11 +34,12 @@
      * Enum values much match CollectedHeap::Name
      */
     Serial(1),
     Parallel(2),
     ConcMarkSweep(3),
-    G1(4);
+    G1(4),
+    Epsilon(5);
 
     private static final WhiteBox WB = WhiteBox.getWhiteBox();
 
     private final int name;
 
< prev index next >