diff src/os_cpu/windows_x86/vm/os_windows_x86.cpp @ 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 b9a9ed0f8eeb
children e522a00b91aa f34d701e952e cd3d6a6b95d9
line wrap: on
line diff
--- a/src/os_cpu/windows_x86/vm/os_windows_x86.cpp	Mon Oct 22 12:01:35 2012 -0400
+++ b/src/os_cpu/windows_x86/vm/os_windows_x86.cpp	Thu Oct 25 16:33:15 2012 -0400
@@ -175,9 +175,6 @@
   PRUNTIME_FUNCTION prt;
   PUNWIND_INFO_EH_ONLY punwind;
 
-  // If we are using Vectored Exceptions we don't need this registration
-  if (UseVectoredExceptions) return true;
-
   BufferBlob* blob = BufferBlob::create("CodeCache Exception Handler", sizeof(DynamicCodeData));
   CodeBuffer cb(blob);
   MacroAssembler* masm = new MacroAssembler(&cb);