Skip to content

Commit 0950fc5

Browse files
committed
more cleanup
1 parent 40b9229 commit 0950fc5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/hotspot/os/windows/os_windows.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,19 +2752,6 @@ LONG WINAPI topLevelExceptionFilter(struct _EXCEPTION_POINTERS* exceptionInfo) {
27522752
}
27532753
}
27542754

2755-
#ifdef _M_ARM64
2756-
if (in_java &&
2757-
(exception_code == EXCEPTION_ILLEGAL_INSTRUCTION ||
2758-
exception_code == EXCEPTION_ILLEGAL_INSTRUCTION_2)) {
2759-
if (nativeInstruction_at(pc)->is_sigill_not_entrant()) {
2760-
if (TraceTraps) {
2761-
tty->print_cr("trap: not_entrant");
2762-
}
2763-
return Handle_Exception(exceptionInfo, SharedRuntime::get_handle_wrong_method_stub());
2764-
}
2765-
}
2766-
#endif
2767-
27682755
if (in_java) {
27692756
switch (exception_code) {
27702757
case EXCEPTION_INT_DIVIDE_BY_ZERO:

0 commit comments

Comments
 (0)