8165526: Kitchensink sudden death - error code 0x406d1388
Reviewed-by: dholmes, sla, gtriantafill
--- a/hotspot/src/os/windows/vm/os_windows.cpp Mon Oct 17 16:40:49 2016 -0700
+++ b/hotspot/src/os/windows/vm/os_windows.cpp Tue Oct 18 10:51:25 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) {