--- old/src/share/vm/runtime/globals.hpp 2011-02-25 15:53:05.192196500 +0100 +++ new/src/share/vm/runtime/globals.hpp 2011-02-25 15:53:04.766172200 +0100 @@ -3749,6 +3749,9 @@ "The file to create and for whose removal to await when pausing " \ "at startup. (default: ./vm.paused.)") \ \ + diagnostic(bool, PauseAtExit, false, \ + "Pause and wait for keypress on exit if a debugger is attached") \ + \ product(bool, ExtendedDTraceProbes, false, \ "Enable performance-impacting dtrace probes") \ \