< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:
rev 48020 : [mq]: 8191821-rev-sang-poonam

@@ -2271,11 +2271,11 @@
   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")         \
+             "Available types are: young, mixed, remark, cleanup and 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: "                  \
< prev index next >