--- old/src/hotspot/share/runtime/globals.hpp 2017-11-28 16:24:54.161157067 +0100 +++ new/src/hotspot/share/runtime/globals.hpp 2017-11-28 16:24:53.933148081 +0100 @@ -2271,6 +2271,10 @@ diagnostic(bool, VerifyDuringGC, false, \ "Verify memory system during GC (between phases)") \ \ + diagnostic(ccstrlist, VerifyGCType, "", \ + "GC type(s) to verify when Verify*GC is enabled." \ + "Available types are: young, mixed, concurrent, full") \ + \ diagnostic(ccstrlist, VerifySubSet, "", \ "Memory sub-systems to verify when Verify*GC flag(s) " \ "are enabled. One or more sub-systems can be specified " \