src/hotspot/share/runtime/globals.hpp
changeset 55430 82deab2dd59e
parent 55277 0d44bf1ead37
child 55745 fa337ff85b9a
equal deleted inserted replaced
55429:d7da94e6c169 55430:82deab2dd59e
   403           "that use NoSafepointVerifier")                                   \
   403           "that use NoSafepointVerifier")                                   \
   404                                                                             \
   404                                                                             \
   405   notproduct(bool, VerifyLastFrame, false,                                  \
   405   notproduct(bool, VerifyLastFrame, false,                                  \
   406           "Verify oops on last frame on entry to VM")                       \
   406           "Verify oops on last frame on entry to VM")                       \
   407                                                                             \
   407                                                                             \
   408   product(bool, FailOverToOldVerifier, true,                                \
       
   409           "Fail over to old verifier when split verifier fails")            \
       
   410                                                                             \
       
   411   product(bool, SafepointTimeout, false,                                    \
   408   product(bool, SafepointTimeout, false,                                    \
   412           "Time out and warn or fail after SafepointTimeoutDelay "          \
   409           "Time out and warn or fail after SafepointTimeoutDelay "          \
   413           "milliseconds if failed to reach safepoint")                      \
   410           "milliseconds if failed to reach safepoint")                      \
   414                                                                             \
   411                                                                             \
   415   diagnostic(bool, AbortVMOnSafepointTimeout, false,                        \
   412   diagnostic(bool, AbortVMOnSafepointTimeout, false,                        \