src/share/vm/runtime/globals.hpp

Print this page
rev 2110 : [mq]: is-debugger-present

*** 3747,3756 **** --- 3747,3760 ---- \ diagnostic(ccstr, PauseAtStartupFile, NULL, \ "The file to create and for whose removal to await when pausing " \ "at startup. (default: ./vm.paused.<pid>)") \ \ + diagnostic(bool, PauseAtExit, true, \ + "Pause and wait for keypress on exit if a debugger is attached " \ + "and the gamma launcher is used." \ + \ product(bool, ExtendedDTraceProbes, false, \ "Enable performance-impacting dtrace probes") \ \ product(bool, DTraceMethodProbes, false, \ "Enable dtrace probes for method-entry and method-exit") \