Skip to content

Commit e538ae6

Browse files
committed
JDK-8257828: bsd_aarch64 part
1 parent 097cd89 commit e538ae6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ bool PosixSignals::pd_hotspot_signal_handler(int sig, siginfo_t* info,
207207
if (info != NULL && uc != NULL && thread != NULL) {
208208
pc = (address) os::Posix::ucontext_get_pc(uc);
209209

210-
if (StubRoutines::is_safefetch_fault(pc)) {
211-
os::Posix::ucontext_set_pc(uc, StubRoutines::continuation_for_safefetch_fault(pc));
212-
return true;
213-
}
214-
215210
// Handle ALL stack overflow variations here
216211
if (sig == SIGSEGV || sig == SIGBUS) {
217212
address addr = (address) info->si_addr;

0 commit comments

Comments
 (0)