RFR(XS): Provide information when hitting a HaltNode for architectures other than x86
Pengfei Li
Pengfei.Li at arm.com
Thu Apr 30 06:05:30 UTC 2020
Hi Xin,
> I tested on aarch64. It generates the same crash report as x86_64 when it
> does hit HaltNode. Halt reason is displayed. I paste report on the JBS.
> I ran hotspot:tier1 on aarch64 fastdebug build. It passed except for 3
> relevant failures[1].
(NOT a reviewer) The original instruction used should be dcps1 instead of dpcs1 - there's a misspelling in AArch64 assembler. Could you add a trivial fix to change dpcs1/2/3 to dcps1/2/3?
BTW, how did you test to hit the HaltNode?
--
Thanks,
Pengfei
More information about the hotspot-compiler-dev
mailing list