RFR: 8296771: RISC-V: C2: assert(false) failed: bad AD file
Xiaolin Zheng
xlinzheng at openjdk.org
Fri Nov 11 03:03:44 UTC 2022
On Thu, 10 Nov 2022 09:35:52 GMT, Xiaolin Zheng <xlinzheng at openjdk.org> wrote:
> The backend encounters the same assertion failure as [JDK-8295414](https://bugs.openjdk.org/browse/JDK-8295414). This patch is a similar fix.
>
> Same, `partialSubtypeCheck` uses `iRegP_R15` as a result while its use `iRegP` doesn't match the `iRegP_R15`, causing this failure.
>
> The details are in the JBS issue [JDK-8296771](https://bugs.openjdk.org/browse/JDK-8296771).
>
> Tested the failed `compiler/types/TestSubTypeCheckMacroTrichotomy.java`, and a hotspot tier1 is running now.
>
> Thanks,
> Xiaolin
Tier1 says okay. Thanks for reviewing!
-------------
PR: https://git.openjdk.org/jdk/pull/11085
More information about the hotspot-compiler-dev
mailing list