diff -r 80f44792c0c9 -r 5ec0c42da025 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Mon Oct 22 12:01:35 2012 -0400 +++ b/src/share/vm/runtime/globals.hpp Thu Oct 25 16:33:15 2012 -0400 @@ -851,9 +851,6 @@ develop(bool, BreakAtWarning, false, \ "Execute breakpoint upon encountering VM warning") \ \ - product_pd(bool, UseVectoredExceptions, \ - "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \ - \ develop(bool, TraceVMOperation, false, \ "Trace vm operations") \ \