RFR: 8352615: [Test] RISC-V: TestVectorizationMultiInvar.java fails on riscv64 without rvv support

Fei Yang fyang at openjdk.org
Sat Mar 22 02:40:08 UTC 2025


On Fri, 21 Mar 2025 14:59:21 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this trivial patch?
> TestVectorizationMultiInvar.java fails on riscv if rvv is not support, as it will verify the `MaxVectorSize > 0` in test framework.
> 
> Thanks!

Looks good. Seems this won't menifest on riscv64 platforms where `AlignVector` is true.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24157#pullrequestreview-2707753596


More information about the hotspot-compiler-dev mailing list