diff -r 635361ec5491 -r 853c68ff2ed7 src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp --- a/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp Fri Feb 01 14:24:40 2019 +0000 +++ b/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp Fri Feb 01 16:03:15 2019 +0100 @@ -605,9 +605,7 @@ // point to garbage if entry point in an nmethod is corrupted. Leave // this at the end, and hope for the best. address pc = os::Linux::ucontext_get_pc(uc); - if (Verbose) { st->print_cr("pc at " PTR_FORMAT, p2i(pc)); } - st->print_cr("Instructions: (pc=" PTR_FORMAT ")", p2i(pc)); - print_hex_dump(st, pc-64, pc+64, /*intrsize=*/4); + print_instructions(st, pc, /*intrsize=*/4); st->cr(); }