RFR: 8270155: ARM32: Improve register dump in hs_err
Thomas Stuefe
stuefe at openjdk.java.net
Tue Jul 13 05:06:51 UTC 2021
On Tue, 13 Jul 2021 02:48:49 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Seems fine - and consistent with what is done on some other platforms (x86, PPC)
>
> Thanks,
> David
Note that there is an inconsistency between platforms. Some versions (aarch64, aix) just print the raw context, some do `print_location` which does a whole lot more. I would feel better with separate steps: writing the context first, then attempting to interpret the register contents. So if print_location crashes, you at least have the raw register values.
Maybe for a future RFE.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4739
More information about the hotspot-runtime-dev
mailing list