Merge
authorrehn
Tue, 18 Oct 2016 12:06:52 +0200
changeset 41718 655e5401edee
parent 41715 296ff044b943 (current diff)
parent 41717 ca79023acae8 (diff)
child 41719 d2a206359a7b
Merge
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Tue Oct 18 09:43:12 2016 +0200
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Tue Oct 18 12:06:52 2016 +0200
@@ -784,7 +784,7 @@
 
   __try {
     RaiseException (MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(DWORD), (const ULONG_PTR*)&info );
-  } __except(EXCEPTION_CONTINUE_EXECUTION) {}
+  } __except(EXCEPTION_EXECUTE_HANDLER) {}
 }
 
 bool os::distribute_processes(uint length, uint* distribution) {