Integrated: 8346922: TestVectorReinterpret.java fails without the rvv extension on RISCV fastdebug VM

Gui Cao gcao at openjdk.org
Mon Jan 6 03:38:49 UTC 2025


On Thu, 2 Jan 2025 07:33:32 GMT, Gui Cao <gcao at openjdk.org> wrote:

> Hi, TestVectorReinterpret.java fails without the rvv extension on RISCV fastdebug VM, on riscv platform need to have rvv extension to run it.
> 
> ### Testing
> - [x] Run TestVectorReinterpret.java tests on SOPHON SG2042 without rvv1.0 (fastdebug)
> - [x] Run TestVectorReinterpret.java tests on Banana Pi BPI-F3 board (with RVV1.0) (fastdebug)
> - [x] Run TestVectorReinterpret.java tests on aarch64 with neon
> - [x] Run TestVectorReinterpret.java tests on Xeon(R) Platinum 8378A CPU

This pull request has now been integrated.

Changeset: e98f4126
Author:    Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e98f41266346aa676a3e764528806f2b82ec7e46
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8346922: TestVectorReinterpret.java fails without the rvv extension on RISCV fastdebug VM

Reviewed-by: fyang, kvn

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

PR: https://git.openjdk.org/jdk/pull/22901


More information about the hotspot-compiler-dev mailing list