Integrated: 8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
Xiaolin Zheng
xlinzheng at openjdk.java.net
Sun Apr 24 02:22:24 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` and a hotspot tier1 on qemu.
>
> Thanks,
> Xiaolin
This pull request has now been integrated.
Changeset: 9d9f4e50
Author: Xiaolin Zheng <xlinzheng at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9d9f4e502f6ddc3116ed9b80f7168a1edfce839e
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
Reviewed-by: shade, fyang
-------------
PR: https://git.openjdk.java.net/jdk/pull/8356
More information about the hotspot-compiler-dev
mailing list