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

Gui Cao gcao at openjdk.org
Fri Jan 3 02:54:39 UTC 2025


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

> Can it be as 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/22901#discussion_r1901431918


More information about the hotspot-compiler-dev mailing list