comparison src/share/vm/runtime/globals.hpp @ 6916:5ec0c42da025

7188234: Deprecate VM command line options Summary: Remove support for the UseVectoredExceptions flag Reviewed-by: jcoomes, kamg Contributed-by: harold.seigel@oracle.com
author coleenp
date Thu, 25 Oct 2012 16:33:15 -0400
parents e52361627b65
children cae17c597196 4735d2c84362
comparison
equal deleted inserted replaced
6884:80f44792c0c9 6916: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") \