src/hotspot/share/runtime/globals.hpp
changeset 58664 e3618c902d17
parent 58575 6941d77417f4
child 58679 9c3209ff7550
child 58804 0942a1f47d26
equal deleted inserted replaced
58663:11a574b352d0 58664:e3618c902d17
   641           "Collect backtrace in throwable when exception happens")          \
   641           "Collect backtrace in throwable when exception happens")          \
   642                                                                             \
   642                                                                             \
   643   product(bool, OmitStackTraceInFastThrow, true,                            \
   643   product(bool, OmitStackTraceInFastThrow, true,                            \
   644           "Omit backtraces for some 'hot' exceptions in optimized code")    \
   644           "Omit backtraces for some 'hot' exceptions in optimized code")    \
   645                                                                             \
   645                                                                             \
       
   646   manageable(bool, ShowCodeDetailsInExceptionMessages, false,               \
       
   647           "Show exception messages from RuntimeExceptions that contain "    \
       
   648           "snippets of the failing code. Disable this to improve privacy.") \
       
   649                                                                             \
   646   product(bool, PrintWarnings, true,                                        \
   650   product(bool, PrintWarnings, true,                                        \
   647           "Print JVM warnings to output stream")                            \
   651           "Print JVM warnings to output stream")                            \
   648                                                                             \
   652                                                                             \
   649   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
   653   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
   650           "Print warnings for stalled SpinLocks")                           \
   654           "Print warnings for stalled SpinLocks")                           \