src/hotspot/share/runtime/globals.hpp
branchstuefe-statistical-history
changeset 57244 a535e674d50d
parent 57221 9653470b7294
parent 53981 d489081c5650
child 57335 e90b4960bcd6
equal deleted inserted replaced
57221:9653470b7294 57244:a535e674d50d
   659           "in the working directory)")                                      \
   659           "in the working directory)")                                      \
   660                                                                             \
   660                                                                             \
   661   develop(bool, BreakAtWarning, false,                                      \
   661   develop(bool, BreakAtWarning, false,                                      \
   662           "Execute breakpoint upon encountering VM warning")                \
   662           "Execute breakpoint upon encountering VM warning")                \
   663                                                                             \
   663                                                                             \
   664   develop(bool, UseFakeTimers, false,                                       \
       
   665           "Tell whether the VM should use system time or a fake timer")     \
       
   666                                                                             \
       
   667   product(ccstr, NativeMemoryTracking, "off",                               \
   664   product(ccstr, NativeMemoryTracking, "off",                               \
   668           "Native memory tracking options")                                 \
   665           "Native memory tracking options")                                 \
   669                                                                             \
   666                                                                             \
   670   diagnostic(bool, PrintNMTStatistics, false,                               \
   667   diagnostic(bool, PrintNMTStatistics, false,                               \
   671           "Print native memory tracking summary data if it is on")          \
   668           "Print native memory tracking summary data if it is on")          \
  2533           "Path to the directoy where a temporary file will be "            \
  2530           "Path to the directoy where a temporary file will be "            \
  2534           "created to use as the backing store for old generation."         \
  2531           "created to use as the backing store for old generation."         \
  2535           "File of size Xmx is pre-allocated for performance reason, so"    \
  2532           "File of size Xmx is pre-allocated for performance reason, so"    \
  2536           "we need that much space available")                              \
  2533           "we need that much space available")                              \
  2537                                                                             \
  2534                                                                             \
  2538   develop(bool, VerifyMetaspace, false,                                     \
  2535   develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0),       \
  2539           "Verify metaspace on chunk movements.")                           \
  2536                "Run periodic metaspace verifications (0 - none, "           \
       
  2537                "1 - always, >1 every nth interval)")                        \
  2540                                                                             \
  2538                                                                             \
  2541   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2539   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2542           "On internal errors, include registers in error report.")         \
  2540           "On internal errors, include registers in error report.")         \
  2543                                                                             \
  2541                                                                             \
  2544   experimental(bool, UseSwitchProfiling, true,                              \
  2542   experimental(bool, UseSwitchProfiling, true,                              \