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

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


On Thu, 15 Sep 2022 12:11:58 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> I would consider hiding `sizeof(intptr_t)` from the call sites. Seems like unnecessary noise to me.

Right. Stack dump is one of those things where we expect word-granularity (almost?) everywhere. Done in new commit.

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

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


More information about the hotspot-runtime-dev mailing list