comparison src/share/vm/runtime/globals.hpp @ 2304:23ae54207126

Merge
author rottenha
date Mon, 28 Feb 2011 15:35:45 -0800
parents cf16c93393f5 da091bb67459
children 8c9c9ee30d71 a2c2eac1ca62
comparison
equal deleted inserted replaced
2271:658d198b2e04 2304:23ae54207126
3731 \ 3731 \
3732 diagnostic(ccstr, PauseAtStartupFile, NULL, \ 3732 diagnostic(ccstr, PauseAtStartupFile, NULL, \
3733 "The file to create and for whose removal to await when pausing " \ 3733 "The file to create and for whose removal to await when pausing " \
3734 "at startup. (default: ./vm.paused.<pid>)") \ 3734 "at startup. (default: ./vm.paused.<pid>)") \
3735 \ 3735 \
3736 diagnostic(bool, PauseAtExit, false, \
3737 "Pause and wait for keypress on exit if a debugger is attached") \
3738 \
3736 product(bool, ExtendedDTraceProbes, false, \ 3739 product(bool, ExtendedDTraceProbes, false, \
3737 "Enable performance-impacting dtrace probes") \ 3740 "Enable performance-impacting dtrace probes") \
3738 \ 3741 \
3739 product(bool, DTraceMethodProbes, false, \ 3742 product(bool, DTraceMethodProbes, false, \
3740 "Enable dtrace probes for method-entry and method-exit") \ 3743 "Enable dtrace probes for method-entry and method-exit") \