< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page




 469           "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
 470                                                                             \
 471   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
 472          "do not expand intrinsics whose (internal) names appear here")     \
 473                                                                             \
 474   develop(bool, TraceCallFixup, false,                                      \
 475           "Trace all call fixups")                                          \
 476                                                                             \
 477   develop(bool, DeoptimizeALot, false,                                      \
 478           "Deoptimize at every exit from the runtime system")               \
 479                                                                             \
 480   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
 481           "A comma separated list of bcis to deoptimize at")                \
 482                                                                             \
 483   product(bool, DeoptimizeRandom, false,                                    \
 484           "Deoptimize random frames on random exit from the runtime system")\
 485                                                                             \
 486   notproduct(bool, ZombieALot, false,                                       \
 487           "Create zombies (non-entrant) at exit from the runtime system")   \
 488                                                                             \
 489   product(bool, UnlinkSymbolsALot, false,                                   \
 490           "Unlink unreferenced symbols from the symbol table at safepoints")\
 491                                                                             \
 492   notproduct(bool, WalkStackALot, false,                                    \
 493           "Trace stack (no print) at every exit from the runtime system")   \
 494                                                                             \
 495   product(bool, Debugging, false,                                           \
 496           "Set when executing debug methods in debug.cpp "                  \
 497           "(to prevent triggering assertions)")                             \
 498                                                                             \
 499   notproduct(bool, StrictSafepointChecks, trueInDebug,                      \
 500           "Enable strict checks that safepoints cannot happen for threads " \
 501           "that use NoSafepointVerifier")                                   \
 502                                                                             \
 503   notproduct(bool, VerifyLastFrame, false,                                  \
 504           "Verify oops on last frame on entry to VM")                       \
 505                                                                             \
 506   product(bool, FailOverToOldVerifier, true,                                \
 507           "Fail over to old verifier when split verifier fails")            \
 508                                                                             \
 509   product(bool, SafepointTimeout, false,                                    \
 510           "Time out and warn or fail after SafepointTimeoutDelay "          \
 511           "milliseconds if failed to reach safepoint")                      \




 469           "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
 470                                                                             \
 471   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
 472          "do not expand intrinsics whose (internal) names appear here")     \
 473                                                                             \
 474   develop(bool, TraceCallFixup, false,                                      \
 475           "Trace all call fixups")                                          \
 476                                                                             \
 477   develop(bool, DeoptimizeALot, false,                                      \
 478           "Deoptimize at every exit from the runtime system")               \
 479                                                                             \
 480   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
 481           "A comma separated list of bcis to deoptimize at")                \
 482                                                                             \
 483   product(bool, DeoptimizeRandom, false,                                    \
 484           "Deoptimize random frames on random exit from the runtime system")\
 485                                                                             \
 486   notproduct(bool, ZombieALot, false,                                       \
 487           "Create zombies (non-entrant) at exit from the runtime system")   \
 488                                                                             \



 489   notproduct(bool, WalkStackALot, false,                                    \
 490           "Trace stack (no print) at every exit from the runtime system")   \
 491                                                                             \
 492   product(bool, Debugging, false,                                           \
 493           "Set when executing debug methods in debug.cpp "                  \
 494           "(to prevent triggering assertions)")                             \
 495                                                                             \
 496   notproduct(bool, StrictSafepointChecks, trueInDebug,                      \
 497           "Enable strict checks that safepoints cannot happen for threads " \
 498           "that use NoSafepointVerifier")                                   \
 499                                                                             \
 500   notproduct(bool, VerifyLastFrame, false,                                  \
 501           "Verify oops on last frame on entry to VM")                       \
 502                                                                             \
 503   product(bool, FailOverToOldVerifier, true,                                \
 504           "Fail over to old verifier when split verifier fails")            \
 505                                                                             \
 506   product(bool, SafepointTimeout, false,                                    \
 507           "Time out and warn or fail after SafepointTimeoutDelay "          \
 508           "milliseconds if failed to reach safepoint")                      \


< prev index next >