src/hotspot/share/runtime/globals.hpp
changeset 57803 23e3ab980622
parent 57779 0a8407a78a2f
child 57804 9b7b9f16dfd9
equal deleted inserted replaced
57802:854e828d6b5b 57803:23e3ab980622
  2435                "1 - always, >1 every nth interval)")                        \
  2435                "1 - always, >1 every nth interval)")                        \
  2436                                                                             \
  2436                                                                             \
  2437   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2437   diagnostic(bool, ShowRegistersOnAssert, true,                             \
  2438           "On internal errors, include registers in error report.")         \
  2438           "On internal errors, include registers in error report.")         \
  2439                                                                             \
  2439                                                                             \
  2440   experimental(bool, UseSwitchProfiling, true,                              \
  2440   diagnostic(bool, UseSwitchProfiling, true,                                \
  2441           "leverage profiling for table/lookup switch")                     \
  2441           "leverage profiling for table/lookup switch")                     \
  2442                                                                             \
  2442                                                                             \
  2443   JFR_ONLY(product(bool, FlightRecorder, false,                             \
  2443   JFR_ONLY(product(bool, FlightRecorder, false,                             \
  2444           "(Deprecated) Enable Flight Recorder"))                                        \
  2444           "(Deprecated) Enable Flight Recorder"))                           \
  2445                                                                             \
  2445                                                                             \
  2446   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
  2446   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
  2447           "Flight Recorder options"))                                       \
  2447           "Flight Recorder options"))                                       \
  2448                                                                             \
  2448                                                                             \
  2449   JFR_ONLY(product(ccstr, StartFlightRecording, NULL,                       \
  2449   JFR_ONLY(product(ccstr, StartFlightRecording, NULL,                       \