< prev index next >

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/G1YCType.java

Print this page
rev 60060 : imported patch 8210462-lkorinth-review

@@ -27,11 +27,11 @@
 //These definitions should be kept in sync with the definitions in the HotSpot
 //code.
 
 public enum G1YCType {
   Normal ("Normal"),
-  InitialMark ("Initial Mark"),
+  ConcurrentStart ("Concurrent Start"),
   DuringMark ("During Mark"),
   Mixed ("Mixed"),
   G1YCTypeEndSentinel ("Unknown");
 
   private final String value;
< prev index next >