Integrated: 8352011: RISC-V: Two IR tests fail after JDK-8351662
Fei Yang
fyang at openjdk.org
Fri Mar 14 13:46:59 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 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
This pull request has now been integrated.
Changeset: 985ca127
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/985ca1270e8d9bc041e50c2e9dd22bfeb0113e6e
Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod
8352011: RISC-V: Two IR tests fail after JDK-8351662
Reviewed-by: syan, mli
-------------
PR: https://git.openjdk.org/jdk/pull/24048
More information about the hotspot-compiler-dev
mailing list