RFR: 8343149: Cleanup os::print_tos_pc on AIX
Joachim Kern
jkern at openjdk.org
Mon Oct 28 14:13:21 UTC 2024
On Mon, 28 Oct 2024 13:25:35 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> The os::print_tos_pc on AIX has some TODO output, related to potential instruction decoding that can be removed.
>
> On other platforms no instruction decoding (or TODO) is present at this place.
Marked as reviewed by jkern (Committer).
src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp line 470:
> 468: st->print("<TODO: PPC port - print_context>");
> 469: // TODO: PPC port Disassembler::decode(pc, 16, 16, st);
> 470: st->cr();
LGTM. Why try to be better than others ;-)
-------------
PR Review: https://git.openjdk.org/jdk/pull/21740#pullrequestreview-2399208637
PR Review Comment: https://git.openjdk.org/jdk/pull/21740#discussion_r1819136676
More information about the hotspot-runtime-dev
mailing list