[aarch64-port-dev ] [EXT] Re: RFR(XS): Provide information when hitting a HaltNode for architectures other than x86
Andrew Haley
aph at redhat.com
Wed May 27 13:03:54 UTC 2020
On 15/05/2020 11:37, Doerr, Martin wrote:
> Exactly, we get stop type + stop message + registers + instructions (unfortunately not disassembled for some reason) + nice stack trace.
The "some reason" is that you're not calling VMError::report_and_die correctly.
Do something like this:
+ VMError::report_and_die(INTERNAL_ERROR, msg, detail_msg, detail_args, thread,
+ pc, info, ucVoid, NULL, 0, 0);
I'm working on an AArch64 version now.
--
Andrew Haley (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the hotspot-compiler-dev
mailing list