Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/runtime/globals.hpp
          +++ new/src/share/vm/runtime/globals.hpp
↓ open down ↓ 2333 lines elided ↑ open up ↑
2334 2334                                                                              \
2335 2335    diagnostic(bool, VerifyBeforeGC, false,                                   \
2336 2336            "Verify memory system before GC")                                 \
2337 2337                                                                              \
2338 2338    diagnostic(bool, VerifyAfterGC, false,                                    \
2339 2339            "Verify memory system after GC")                                  \
2340 2340                                                                              \
2341 2341    diagnostic(bool, VerifyDuringGC, false,                                   \
2342 2342            "Verify memory system during GC (between phases)")                \
2343 2343                                                                              \
     2344 +  diagnostic(ccstrlist, VerifySubSet, "",                                   \
     2345 +          "Memory sub-systems to verify when Verify*GC flag(s)              \
     2346 +           are enabled. One or more sub-systems can be specified            \
     2347 +           in a comma separated string. Sub-systems are:                    \
     2348 +           threads, heap, symbol_table, string_table, codecache,            \
     2349 +           dictionary, classloader_data_graph, metaspace, jni_handles,      \
     2350 +           c-heap, codecache_oops")                                         \
     2351 +                                                                            \
2344 2352    diagnostic(bool, GCParallelVerificationEnabled, true,                     \
2345 2353            "Enable parallel memory system verification")                     \
2346 2354                                                                              \
2347 2355    diagnostic(bool, DeferInitialCardMark, false,                             \
2348 2356            "When +ReduceInitialCardMarks, explicitly defer any that "        \
2349 2357            "may arise from new_pre_store_barrier")                           \
2350 2358                                                                              \
2351 2359    product(bool, UseCondCardMark, false,                                     \
2352 2360            "Check for already marked card before updating card table")       \
2353 2361                                                                              \
↓ open down ↓ 1915 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX