Searched defs:__except (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DinterfaceSupport_windows.hpp36 // __try/__except are very lightweight operations (only several
41 } __except (os::win32:: function
H A Dos_windows.cpp422 } __except(topLevelExceptionFilter( function
2596 } __except(fastJNIAccessorExceptionFilter((_EXCEPTION_POINTERS*)_exception_info())) { \
3743 } __except(nx_exception_filter((_EXCEPTION_POINTERS*)_exception_info())) { function
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp114 } __except(topLevelExceptionFilter((_EXCEPTION_POINTERS*)_exception_info())) { function
528 } __except(EXCEPTION_EXECUTE_HANDLER) { function
537 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c489 // This __try / __except stuff is there since Windows 2000 beta (or so) sometimes triggered
498 } __except (EXCEPTION_EXECUTE_HANDLER) { // We'll catch all exceptions here. function

Completed in 51 milliseconds