--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCName.java 2018-06-08 19:45:39.918973172 +0200 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCName.java 2018-06-08 19:45:39.654961717 +0200 @@ -37,6 +37,8 @@ ConcurrentMarkSweep ("ConcurrentMarkSweep"), G1Old ("G1Old"), G1Full ("G1Full"), + Z ("Z"), + NA ("N/A"), GCNameEndSentinel ("GCNameEndSentinel"); private final String value; @@ -48,4 +50,3 @@ return value; } } -