src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
changeset 53605 853c68ff2ed7
parent 52462 4ad404da0088
child 55490 3f3dc00a69a5
child 58678 9cf78a70fa4f
--- a/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp	Fri Feb 01 14:24:40 2019 +0000
+++ b/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp	Fri Feb 01 16:03:15 2019 +0100
@@ -561,8 +561,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::Aix::ucontext_get_pc(uc);
-  st->print_cr("Instructions: (pc=" PTR_FORMAT ")", pc);
-  print_hex_dump(st, pc - 64, pc + 64, /*instrsize=*/4);
+  print_instructions(st, pc, /*instrsize=*/4);
   st->cr();
 
   // Try to decode the instructions.