src/hotspot/share/runtime/globals.hpp
changeset 53970 1ad7c590a6e7
parent 53750 2cf90fac6e39
child 53981 d489081c5650
equal deleted inserted replaced
53969:b342deab639f 53970:1ad7c590a6e7
  2523           "Path to the directoy where a temporary file will be "            \
  2523           "Path to the directoy where a temporary file will be "            \
  2524           "created to use as the backing store for old generation."         \
  2524           "created to use as the backing store for old generation."         \
  2525           "File of size Xmx is pre-allocated for performance reason, so"    \
  2525           "File of size Xmx is pre-allocated for performance reason, so"    \
  2526           "we need that much space available")                              \
  2526           "we need that much space available")                              \
  2527                                                                             \
  2527                                                                             \
  2528   develop(bool, VerifyMetaspace, false,                                     \
  2528   develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0),       \
  2529           "Verify metaspace on chunk movements.")                           \
  2529                "Run periodic metaspace verifications (0 - none, "           \
       
  2530                "1 - always, >1 every nth interval)")                        \
  2530                                                                             \
  2531                                                                             \
  2531   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2532   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2532           "On internal errors, include registers in error report.")         \
  2533           "On internal errors, include registers in error report.")         \
  2533                                                                             \
  2534                                                                             \
  2534   experimental(bool, UseSwitchProfiling, true,                              \
  2535   experimental(bool, UseSwitchProfiling, true,                              \