hotspot/src/share/vm/runtime/globals.hpp
changeset 40667 f9cf2db7f59f
parent 40364 5bf8fa4fddfd
child 40883 765d366c28e1
equal deleted inserted replaced
40666:83beca9dbc5f 40667:f9cf2db7f59f
  2240           "Memory sub-systems to verify when Verify*GC flag(s) "            \
  2240           "Memory sub-systems to verify when Verify*GC flag(s) "            \
  2241           "are enabled. One or more sub-systems can be specified "          \
  2241           "are enabled. One or more sub-systems can be specified "          \
  2242           "in a comma separated string. Sub-systems are: "                  \
  2242           "in a comma separated string. Sub-systems are: "                  \
  2243           "threads, heap, symbol_table, string_table, codecache, "          \
  2243           "threads, heap, symbol_table, string_table, codecache, "          \
  2244           "dictionary, classloader_data_graph, metaspace, jni_handles, "    \
  2244           "dictionary, classloader_data_graph, metaspace, jni_handles, "    \
  2245           "c-heap, codecache_oops")                                         \
  2245           "codecache_oops")                                                 \
  2246                                                                             \
  2246                                                                             \
  2247   diagnostic(bool, GCParallelVerificationEnabled, true,                     \
  2247   diagnostic(bool, GCParallelVerificationEnabled, true,                     \
  2248           "Enable parallel memory system verification")                     \
  2248           "Enable parallel memory system verification")                     \
  2249                                                                             \
  2249                                                                             \
  2250   diagnostic(bool, DeferInitialCardMark, false,                             \
  2250   diagnostic(bool, DeferInitialCardMark, false,                             \
  3005   notproduct(intx, DeoptimizeALotInterval,     5,                           \
  3005   notproduct(intx, DeoptimizeALotInterval,     5,                           \
  3006           "Number of exits until DeoptimizeALot kicks in")                  \
  3006           "Number of exits until DeoptimizeALot kicks in")                  \
  3007                                                                             \
  3007                                                                             \
  3008   notproduct(intx, ZombieALotInterval,     5,                               \
  3008   notproduct(intx, ZombieALotInterval,     5,                               \
  3009           "Number of exits until ZombieALot kicks in")                      \
  3009           "Number of exits until ZombieALot kicks in")                      \
  3010                                                                             \
       
  3011   diagnostic(intx, MallocVerifyInterval,     0,                             \
       
  3012           "If non-zero, verify C heap after every N calls to "              \
       
  3013           "malloc/realloc/free")                                            \
       
  3014           range(0, max_intx)                                                \
       
  3015                                                                             \
       
  3016   diagnostic(intx, MallocVerifyStart,     0,                                \
       
  3017           "If non-zero, start verifying C heap after Nth call to "          \
       
  3018           "malloc/realloc/free")                                            \
       
  3019           range(0, max_intx)                                                \
       
  3020                                                                             \
  3010                                                                             \
  3021   diagnostic(uintx, MallocMaxTestWords,     0,                              \
  3011   diagnostic(uintx, MallocMaxTestWords,     0,                              \
  3022           "If non-zero, maximum number of words that malloc/realloc can "   \
  3012           "If non-zero, maximum number of words that malloc/realloc can "   \
  3023           "allocate (for testing only)")                                    \
  3013           "allocate (for testing only)")                                    \
  3024           range(0, max_uintx)                                               \
  3014           range(0, max_uintx)                                               \