mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-31 02:00:02 +00:00
8379873: Remove undefined debugging declarations in os_windows.cpp
Reviewed-by: dholmes, ayang
This commit is contained in:
parent
66a34be54a
commit
eb96bfb2a5
@ -2528,12 +2528,6 @@ LONG Handle_Exception(struct _EXCEPTION_POINTERS* exceptionInfo,
|
||||
return EXCEPTION_CONTINUE_EXECUTION;
|
||||
}
|
||||
|
||||
|
||||
// Used for PostMortemDump
|
||||
extern "C" void safepoints();
|
||||
extern "C" void find(int x);
|
||||
extern "C" void events();
|
||||
|
||||
// According to Windows API documentation, an illegal instruction sequence should generate
|
||||
// the 0xC000001C exception code. However, real world experience shows that occasionnaly
|
||||
// the execution of an illegal instruction can generate the exception code 0xC000001E. This
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user