RFR: 8352011: RISC-V: Two IR tests fail after JDK-8351662

Hamlin Li mli at openjdk.org
Fri Mar 14 09:11:51 UTC 2025


On Fri, 14 Mar 2025 07:46:40 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Hi, please review this small change fixing two IR tests.
> 
> These two tests which are enabled for riscv64 by JDK-8351662. But they fail on linux-riscv64 platforms where there is no support for RVV. They are expecting vector operations thus requires RVV support on this platform.
> 
> Testing: Same tests will be skipped on platforms without RVV after this change. Tagging @Hamlin-Li

Looks good. Thanks!

-------------

Marked as reviewed by mli (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24048#pullrequestreview-2684871756


More information about the hotspot-compiler-dev mailing list