hotspot/src/share/vm/runtime/globals.hpp
changeset 8476 7e34c2d4cf9b
parent 8335 dbb96e54fb1c
child 8478 d89e2f60ba40
equal deleted inserted replaced
8475:c2b97a27943a 8476:7e34c2d4cf9b
  3728                                                                             \
  3728                                                                             \
  3729   diagnostic(ccstr, PauseAtStartupFile, NULL,                               \
  3729   diagnostic(ccstr, PauseAtStartupFile, NULL,                               \
  3730           "The file to create and for whose removal to await when pausing " \
  3730           "The file to create and for whose removal to await when pausing " \
  3731           "at startup. (default: ./vm.paused.<pid>)")                       \
  3731           "at startup. (default: ./vm.paused.<pid>)")                       \
  3732                                                                             \
  3732                                                                             \
       
  3733   diagnostic(bool, PauseAtExit, false,                                      \
       
  3734           "Pause and wait for keypress on exit if a debugger is attached")  \
       
  3735                                                                             \
  3733   product(bool, ExtendedDTraceProbes,    false,                             \
  3736   product(bool, ExtendedDTraceProbes,    false,                             \
  3734           "Enable performance-impacting dtrace probes")                     \
  3737           "Enable performance-impacting dtrace probes")                     \
  3735                                                                             \
  3738                                                                             \
  3736   product(bool, DTraceMethodProbes, false,                                  \
  3739   product(bool, DTraceMethodProbes, false,                                  \
  3737           "Enable dtrace probes for method-entry and method-exit")          \
  3740           "Enable dtrace probes for method-entry and method-exit")          \