RFR: 8351902: RISC-V: Several tests fail after JDK-8351145
Fei Yang
fyang at openjdk.org
Thu Mar 13 12:22:52 UTC 2025
On Thu, 13 Mar 2025 08:57:48 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple patch?
> These client tests seems not that useful to me, so the simple solution could be just disable them on riscv.
>
> Thanks!
Hi, Thanks for taking care of this. I have got a question here. Do you know why other tests (Let's say `TestUseSHA256IntrinsicsOptionOnSupportedCPU.java` & `TestUseSHA512IntrinsicsOptionOnSupportedCPU.java`) in the same directory are not effected? They look quite similar to these ones modified in this PR. But they pass on my linux-riscv64 platform where there is no support for SHA256/512. Interesting!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24027#issuecomment-2721060080
More information about the hotspot-compiler-dev
mailing list