< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:

*** 2269,2278 **** --- 2269,2282 ---- "Verify memory system after GC") \ \ 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 " \ "in a comma separated string. Sub-systems are: " \ "threads, heap, symbol_table, string_table, codecache, " \
< prev index next >