author | rehn |
Tue, 18 Oct 2016 13:24:02 +0200 | |
changeset 41719 | d2a206359a7b |
parent 41716 | 86b102d7808a (current diff) |
parent 41718 | 655e5401edee (diff) |
child 41722 | 07042d1b3876 |
child 41725 | 5aef0bf3bef7 |
child 41727 | f1658e76a682 |
--- 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) {