Integrated: 8337662: Improve os::print_hex_dump for printing Instructions sections

Matthias Baesken mbaesken at openjdk.org
Fri Aug 30 06:50:23 UTC 2024


On Thu, 1 Aug 2024 13:13:40 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently we use os::print_hex_dump for printing Instruction sections in the hserr file. The function could be slightly improved, .e.g. by showing directly the pc .
> The instructions section would for example look like this, with a small helper '=>' pointing to the pc. Makes the output more readable.

This pull request has now been integrated.

Changeset: b9e65f98
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b9e65f982fe6ae69d3912f32465a688d67c1c765
Stats:     47 lines in 3 files changed: 41 ins; 0 del; 6 mod

8337662: Improve os::print_hex_dump for printing Instructions sections

Reviewed-by: stuefe, lucy

-------------

PR: https://git.openjdk.org/jdk/pull/20419


More information about the hotspot-runtime-dev mailing list