src/hotspot/share/runtime/globals.hpp
changeset 57804 9b7b9f16dfd9
parent 57803 23e3ab980622
child 58044 3277a7454dc5
equal deleted inserted replaced
57803:23e3ab980622 57804:9b7b9f16dfd9
  2438           "On internal errors, include registers in error report.")         \
  2438           "On internal errors, include registers in error report.")         \
  2439                                                                             \
  2439                                                                             \
  2440   diagnostic(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   develop(bool, TraceMemoryWriteback, false,                                \
       
  2444           "Trace memory writeback operations")                              \
       
  2445                                                                             \
  2443   JFR_ONLY(product(bool, FlightRecorder, false,                             \
  2446   JFR_ONLY(product(bool, FlightRecorder, false,                             \
  2444           "(Deprecated) Enable Flight Recorder"))                           \
  2447           "(Deprecated) Enable Flight Recorder"))                           \
  2445                                                                             \
  2448                                                                             \
  2446   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
  2449   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
  2447           "Flight Recorder options"))                                       \
  2450           "Flight Recorder options"))                                       \