src/hotspot/share/runtime/globals.hpp
changeset 53750 2cf90fac6e39
parent 53727 2178d300d6b3
child 53970 1ad7c590a6e7
child 57221 9653470b7294
equal deleted inserted replaced
53749:5bd93a49c640 53750:2cf90fac6e39
   747           "Collect backtrace in throwable when exception happens")          \
   747           "Collect backtrace in throwable when exception happens")          \
   748                                                                             \
   748                                                                             \
   749   product(bool, OmitStackTraceInFastThrow, true,                            \
   749   product(bool, OmitStackTraceInFastThrow, true,                            \
   750           "Omit backtraces for some 'hot' exceptions in optimized code")    \
   750           "Omit backtraces for some 'hot' exceptions in optimized code")    \
   751                                                                             \
   751                                                                             \
   752   notproduct(bool, ProfilerCheckIntervals, false,                           \
       
   753           "Collect and print information on spacing of profiler ticks")     \
       
   754                                                                             \
       
   755   product(bool, PrintWarnings, true,                                        \
   752   product(bool, PrintWarnings, true,                                        \
   756           "Print JVM warnings to output stream")                            \
   753           "Print JVM warnings to output stream")                            \
   757                                                                             \
   754                                                                             \
   758   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
   755   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
   759           "Print warnings for stalled SpinLocks")                           \
   756           "Print warnings for stalled SpinLocks")                           \