comparison src/share/vm/runtime/globals.hpp @ 6922:cae17c597196

Merge
author coleenp
date Thu, 01 Nov 2012 11:57:53 -0400
parents 588f08ed16cf 5ec0c42da025
children ec204374e626
comparison
equal deleted inserted replaced
6915:a516debe2cee 6922: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") \