src/share/vm/runtime/globals.hpp

changeset 4233
cae17c597196
parent 4208
588f08ed16cf
parent 4227
5ec0c42da025
child 4246
ec204374e626
equal deleted inserted replaced
4226:a516debe2cee 4233:cae17c597196
855 "Approximate segment size when generating a segmented heap dump") \ 855 "Approximate segment size when generating a segmented heap dump") \
856 \ 856 \
857 develop(bool, BreakAtWarning, false, \ 857 develop(bool, BreakAtWarning, false, \
858 "Execute breakpoint upon encountering VM warning") \ 858 "Execute breakpoint upon encountering VM warning") \
859 \ 859 \
860 product_pd(bool, UseVectoredExceptions, \
861 "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \
862 \
863 develop(bool, TraceVMOperation, false, \ 860 develop(bool, TraceVMOperation, false, \
864 "Trace vm operations") \ 861 "Trace vm operations") \
865 \ 862 \
866 develop(bool, UseFakeTimers, false, \ 863 develop(bool, UseFakeTimers, false, \
867 "Tells whether the VM should use system time or a fake timer") \ 864 "Tells whether the VM should use system time or a fake timer") \

mercurial