RFR: 8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
Fei Yang
fyang at openjdk.java.net
Fri Apr 22 08:16:35 UTC 2022
On Fri, 22 Apr 2022 07:26:54 GMT, Xiaolin Zheng <xlinzheng at openjdk.org> wrote:
> Trivial and same as [JDK-8283737](https://bugs.openjdk.java.net/browse/JDK-8283737): in fastdebug build, MacroAssembler::verify_oop is used in match rules encodeHeapOop and decodeHeapOop, which also requires a fixed length.
>
> Logs are inside the JBS issue, and this issue could be reproduced by using `-XX:+VerifyOops`.
>
> Tested using `-XX:+VerifyOops` a hotspot tier1 on qemu.
>
> Thanks,
> Xiaolin
Looks good.
-------------
Marked as reviewed by fyang (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8356
More information about the hotspot-compiler-dev
mailing list