--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/G1YCType.java 2020-07-07 10:35:59.875222951 +0200 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/G1YCType.java 2020-07-07 10:35:59.775221194 +0200 @@ -29,7 +29,7 @@ public enum G1YCType { Normal ("Normal"), - InitialMark ("Initial Mark"), + ConcurrentStart ("Concurrent Start"), DuringMark ("During Mark"), Mixed ("Mixed"), G1YCTypeEndSentinel ("Unknown");