8379873: Remove undefined debugging declarations in os_windows.cpp

Reviewed-by: dholmes, ayang
This commit is contained in:
jonghoonpark 2026-03-30 02:58:19 +00:00 committed by David Holmes
parent 66a34be54a
commit eb96bfb2a5

View File

@ -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