RFR: 8346924: TestVectorizationNegativeScale.java fails without the rvv extension on RISCV fastdebug VM [v2]

Gui Cao gcao at openjdk.org
Fri Jan 3 02:53:46 UTC 2025


On Thu, 2 Jan 2025 22:18:32 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Can you try next:
> 
> ```
>  * @requires os.arch != "riscv64" | vm.cpu.features ~= ".*rvv.*"
> ```

Thanks for your review. it was very helpful and I have fixed it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22902#discussion_r1901431720


More information about the hotspot-compiler-dev mailing list