hotspot/src/os/windows/vm/os_windows.cpp
changeset 41717 ca79023acae8
parent 41314 f815c3be1f2e
child 42066 46f6db750b17
equal deleted inserted replaced
41714:fc78950ecfe4 41717:ca79023acae8
   782   info.dwThreadID = -1;
   782   info.dwThreadID = -1;
   783   info.dwFlags = 0;
   783   info.dwFlags = 0;
   784 
   784 
   785   __try {
   785   __try {
   786     RaiseException (MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(DWORD), (const ULONG_PTR*)&info );
   786     RaiseException (MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(DWORD), (const ULONG_PTR*)&info );
   787   } __except(EXCEPTION_CONTINUE_EXECUTION) {}
   787   } __except(EXCEPTION_EXECUTE_HANDLER) {}
   788 }
   788 }
   789 
   789 
   790 bool os::distribute_processes(uint length, uint* distribution) {
   790 bool os::distribute_processes(uint length, uint* distribution) {
   791   // Not yet implemented.
   791   // Not yet implemented.
   792   return false;
   792   return false;