src/hotspot/share/runtime/globals.hpp
changeset 57602 dbe471d2f8f8
parent 57593 f40a73b61b5e
child 57606 b81062d47d61
equal deleted inserted replaced
57601:36ac7dfc2141 57602:dbe471d2f8f8
   396                                                                             \
   396                                                                             \
   397   product(bool, Debugging, false,                                           \
   397   product(bool, Debugging, false,                                           \
   398           "Set when executing debug methods in debug.cpp "                  \
   398           "Set when executing debug methods in debug.cpp "                  \
   399           "(to prevent triggering assertions)")                             \
   399           "(to prevent triggering assertions)")                             \
   400                                                                             \
   400                                                                             \
   401   notproduct(bool, StrictSafepointChecks, trueInDebug,                      \
       
   402           "Enable strict checks that safepoints cannot happen for threads " \
       
   403           "that use NoSafepointVerifier")                                   \
       
   404                                                                             \
       
   405   notproduct(bool, VerifyLastFrame, false,                                  \
   401   notproduct(bool, VerifyLastFrame, false,                                  \
   406           "Verify oops on last frame on entry to VM")                       \
   402           "Verify oops on last frame on entry to VM")                       \
   407                                                                             \
   403                                                                             \
   408   product(bool, SafepointTimeout, false,                                    \
   404   product(bool, SafepointTimeout, false,                                    \
   409           "Time out and warn or fail after SafepointTimeoutDelay "          \
   405           "Time out and warn or fail after SafepointTimeoutDelay "          \