# HG changeset patch # User rehn # Date 1476789842 -7200 # Node ID d2a206359a7b4e8681137d35e909cc461078deda # Parent 86b102d7808a378cfa11664272974ba4b7eec40f# Parent 655e5401edeea7c2aa8ef04d93be8d9cf83b5bc8 Merge diff -r 86b102d7808a -r d2a206359a7b hotspot/src/os/windows/vm/os_windows.cpp --- a/hotspot/src/os/windows/vm/os_windows.cpp Mon Oct 17 17:55:10 2016 +0200 +++ b/hotspot/src/os/windows/vm/os_windows.cpp Tue Oct 18 13:24:02 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) {