RFR: 8293851: hs_err should print more stack in hex dump [v2]

Aleksey Shipilev shade at openjdk.org
Thu Sep 15 15:00:54 UTC 2022


On Thu, 15 Sep 2022 14:34:18 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Yeah. This looks like a helper function for `print_tos_pc`, so I can just name it `print_tos` -- it would be enough to disambiguate against the "real" stack printing functions. It also captures the intent better: we are not printing the entirety of the stack, or even care if we cross any stack frames, etc.
>
> print_tos_pc itself is weird, since it does two unrelated things, but this is fine for a separate cleanup. Thanks for renaming.

Done in new commit.

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

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


More information about the hotspot-runtime-dev mailing list