RFR: 8352615: [Test] RISC-V: TestVectorizationMultiInvar.java fails on riscv64 without rvv support
Hamlin Li
mli at openjdk.org
Mon Mar 24 09:11:06 UTC 2025
On Sat, 22 Mar 2025 02:37:19 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Looks good. Seems this won't menifest on riscv64 platforms where `AlignVector` is true.
Thank you!
Yes, there is a `!((Boolean)alignVector)` condition to really run the test.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24157#issuecomment-2747386324
More information about the hotspot-compiler-dev
mailing list