diff -r c1e3cfccfefd -r 30e1775ed731 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Fri Oct 26 14:18:57 2012 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Nov 01 11:57:53 2012 -0400 @@ -857,9 +857,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") \ \