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

Fei Yang fyang at openjdk.org
Fri Mar 14 13:46:58 UTC 2025


On Fri, 14 Mar 2025 08:01:52 GMT, SendaoYan <syan at openjdk.org> wrote:

>> Hi, please review this small change fixing two IR tests.
>> 
>> These two tests were enabled for riscv64 by JDK-8351662. But they fail on riscv64 platforms where there is no support for RVV. Since they are expecting vector operations thus requires RVV support on this platform, we should add that as a requirement.
>> 
>> Testing: same tests will be skipped on riscv64 platforms without RVV after this change. Tagging @Hamlin-Li
>
> LGTM

@sendaoYan @Hamlin-Li : Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/24048#issuecomment-2724752279


More information about the hotspot-compiler-dev mailing list