src/share/vm/runtime/globals.hpp

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

@@ -3747,10 +3747,13 @@
                                                                             \
   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, false,                                      \
+          "Pause and wait for keypress on exit if a debugger is attached")  \
+                                                                            \
   product(bool, ExtendedDTraceProbes,    false,                             \
           "Enable performance-impacting dtrace probes")                     \
                                                                             \
   product(bool, DTraceMethodProbes, false,                                  \
           "Enable dtrace probes for method-entry and method-exit")          \