comparison 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
comparison
equal deleted inserted replaced
2301:f91db74a6810 2302:da091bb67459
3728 \ 3728 \
3729 diagnostic(ccstr, PauseAtStartupFile, NULL, \ 3729 diagnostic(ccstr, PauseAtStartupFile, NULL, \
3730 "The file to create and for whose removal to await when pausing " \ 3730 "The file to create and for whose removal to await when pausing " \
3731 "at startup. (default: ./vm.paused.<pid>)") \ 3731 "at startup. (default: ./vm.paused.<pid>)") \
3732 \ 3732 \
3733 diagnostic(bool, PauseAtExit, false, \
3734 "Pause and wait for keypress on exit if a debugger is attached") \
3735 \
3733 product(bool, ExtendedDTraceProbes, false, \ 3736 product(bool, ExtendedDTraceProbes, false, \
3734 "Enable performance-impacting dtrace probes") \ 3737 "Enable performance-impacting dtrace probes") \
3735 \ 3738 \
3736 product(bool, DTraceMethodProbes, false, \ 3739 product(bool, DTraceMethodProbes, false, \
3737 "Enable dtrace probes for method-entry and method-exit") \ 3740 "Enable dtrace probes for method-entry and method-exit") \