Skip to content

Commit

Permalink
8343149: Cleanup os::print_tos_pc on AIX
Browse files Browse the repository at this point in the history
Reviewed-by: mdoerr, lucy, jkern
  • Loading branch information
MBaesken committed Oct 29, 2024
1 parent beff8bf commit 79a07ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,6 @@ void os::print_tos_pc(outputStream *st, const void *context) {
address pc = os::Posix::ucontext_get_pc(uc);
print_instructions(st, pc);
st->cr();

// Try to decode the instructions.
st->print_cr("Decoded instructions: (pc=" PTR_FORMAT ")", p2i(pc));
st->print("<TODO: PPC port - print_context>");
// TODO: PPC port Disassembler::decode(pc, 16, 16, st);
st->cr();
}

void os::print_register_info(outputStream *st, const void *context, int& continuation) {
Expand Down

0 comments on commit 79a07ad

Please sign in to comment.