Searched refs:prev_uef_handler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp184 static LPTOP_LEVEL_EXCEPTION_FILTER prev_uef_handler = NULL; variable
305 prev_uef_handler = SetUnhandledExceptionFilter(Handle_FLT_Exception);
2172 if (prev_uef_handler != NULL) {
2175 return (prev_uef_handler)(exceptionInfo);

Completed in 207 milliseconds