src/share/vm/runtime/globals.hpp

changeset 4227
5ec0c42da025
parent 4181
e52361627b65
child 4233
cae17c597196
child 4245
4735d2c84362
equal deleted inserted replaced
4195:80f44792c0c9 4227:5ec0c42da025
849 "Approximate segment size when generating a segmented heap dump") \ 849 "Approximate segment size when generating a segmented heap dump") \
850 \ 850 \
851 develop(bool, BreakAtWarning, false, \ 851 develop(bool, BreakAtWarning, false, \
852 "Execute breakpoint upon encountering VM warning") \ 852 "Execute breakpoint upon encountering VM warning") \
853 \ 853 \
854 product_pd(bool, UseVectoredExceptions, \
855 "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \
856 \
857 develop(bool, TraceVMOperation, false, \ 854 develop(bool, TraceVMOperation, false, \
858 "Trace vm operations") \ 855 "Trace vm operations") \
859 \ 856 \
860 develop(bool, UseFakeTimers, false, \ 857 develop(bool, UseFakeTimers, false, \
861 "Tells whether the VM should use system time or a fake timer") \ 858 "Tells whether the VM should use system time or a fake timer") \

mercurial