Skip to content

Commit daf35f0

Browse files
author
Vladimir Kempik
committed
Removed unused variables
1 parent f4426e7 commit daf35f0

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
@@ -272,11 +272,6 @@ bool PosixSignals::pd_hotspot_signal_handler(int sig, siginfo_t* info,
272272
stub = SharedRuntime::handle_unsafe_access(thread, next_pc);
273273
}
274274
} else if (sig == SIGILL && nativeInstruction_at(pc)->is_stop()) {
275-
// Pull a pointer to the error message out of the instruction
276-
// stream.
277-
const uint64_t *detail_msg_ptr
278-
= (uint64_t*)(pc + NativeInstruction::instruction_size);
279-
const char *detail_msg = (const char *)*detail_msg_ptr;
280275
const char *msg = "stop";
281276
if (TraceTraps) {
282277
tty->print_cr("trap: %s: (SIGILL)", msg);

0 commit comments

Comments
 (0)