diff src/share/vm/runtime/globals.hpp @ 2302:da091bb67459

7022037: Pause when exiting if debugger is attached on windows Reviewed-by: dsamersoff, kamg, hosterda
author sla
date Mon, 28 Feb 2011 14:19:52 +0100
parents 162b62460264
children 23ae54207126
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Sat Feb 26 13:33:23 2011 -0500
+++ b/src/share/vm/runtime/globals.hpp	Mon Feb 28 14:19:52 2011 +0100
@@ -3730,6 +3730,9 @@
           "The file to create and for whose removal to await when pausing " \
           "at startup. (default: ./vm.paused.<pid>)")                       \
                                                                             \
+  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")                     \
                                                                             \