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 ↓ 2323 lines elided ↑ open up ↑
2324 2324                                                                              \
2325 2325    diagnostic(bool, VerifyBeforeGC, false,                                   \
2326 2326            "Verify memory system before GC")                                 \
2327 2327                                                                              \
2328 2328    diagnostic(bool, VerifyAfterGC, false,                                    \
2329 2329            "Verify memory system after GC")                                  \
2330 2330                                                                              \
2331 2331    diagnostic(bool, VerifyDuringGC, false,                                   \
2332 2332            "Verify memory system during GC (between phases)")                \
2333 2333                                                                              \
     2334 +  diagnostic(ccstrlist, VerifySubSet, "",                                   \
     2335 +          "Memory sub-systems to verify when Verify*GC flag(s)"             \
     2336 +          "are enabled. One or more sub-systems can be specified"           \
     2337 +          "in a comma separated string. Sub-systems are:"                   \
     2338 +          "threads, heap, symbol_table, string_table, codecache,"           \
     2339 +          "dictionary, classloader_data_graph, metaspace, jni_handles,"     \
     2340 +          "c-heap, codecache_oops")                                         \
     2341 +                                                                            \
2334 2342    diagnostic(bool, GCParallelVerificationEnabled, true,                     \
2335 2343            "Enable parallel memory system verification")                     \
2336 2344                                                                              \
2337 2345    diagnostic(bool, DeferInitialCardMark, false,                             \
2338 2346            "When +ReduceInitialCardMarks, explicitly defer any that "        \
2339 2347            "may arise from new_pre_store_barrier")                           \
2340 2348                                                                              \
2341 2349    product(bool, UseCondCardMark, false,                                     \
2342 2350            "Check for already marked card before updating card table")       \
2343 2351                                                                              \
↓ open down ↓ 1919 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX