src/share/vm/runtime/globals.hpp

changeset 4227
5ec0c42da025
parent 4181
e52361627b65
child 4233
cae17c597196
child 4245
4735d2c84362
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Oct 22 12:01:35 2012 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Oct 25 16:33:15 2012 -0400
     1.3 @@ -851,9 +851,6 @@
     1.4    develop(bool, BreakAtWarning, false,                                      \
     1.5            "Execute breakpoint upon encountering VM warning")                \
     1.6                                                                              \
     1.7 -  product_pd(bool, UseVectoredExceptions,                                   \
     1.8 -          "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \
     1.9 -                                                                            \
    1.10    develop(bool, TraceVMOperation, false,                                    \
    1.11            "Trace vm operations")                                            \
    1.12                                                                              \

mercurial