src/share/vm/runtime/globals.hpp

changeset 2584
da091bb67459
parent 2572
162b62460264
child 2586
23ae54207126
     1.1 --- a/src/share/vm/runtime/globals.hpp	Sat Feb 26 13:33:23 2011 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Feb 28 14:19:52 2011 +0100
     1.3 @@ -3730,6 +3730,9 @@
     1.4            "The file to create and for whose removal to await when pausing " \
     1.5            "at startup. (default: ./vm.paused.<pid>)")                       \
     1.6                                                                              \
     1.7 +  diagnostic(bool, PauseAtExit, false,                                      \
     1.8 +          "Pause and wait for keypress on exit if a debugger is attached")  \
     1.9 +                                                                            \
    1.10    product(bool, ExtendedDTraceProbes,    false,                             \
    1.11            "Enable performance-impacting dtrace probes")                     \
    1.12                                                                              \

mercurial