Integrated: 8361532: RISC-V: Several vector tests fail after JDK-8354383

Dingli Zhang dzhang at openjdk.org
Wed Jul 9 06:00:48 UTC 2025


On Tue, 8 Jul 2025 02:30:27 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi all,
> Please take a look and review this PR, thanks!
> 
> After [JDK-8354383](https://bugs.openjdk.org/browse/JDK-8354383) , several test cases fail when fastdebug with RVV.
> The reason for the error is that riscv lacks CastVV with dst as the mask register. 
> This PR adds the corresponding matching rules.
> 
> ### Testing
> qemu-system with RVV:
> * [x]  Run jdk_vector (fastdebug)
> * [x]  Run compiler/vectorapi (fastdebug)

This pull request has now been integrated.

Changeset: e0245682
Author:    Dingli Zhang <dzhang at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e0245682c8d5a0daae055045c81248c12fb23c09
Stats:     11 lines in 1 file changed: 11 ins; 0 del; 0 mod

8361532: RISC-V: Several vector tests fail after JDK-8354383

Reviewed-by: fyang, fjiang, gcao

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

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


More information about the hotspot-compiler-dev mailing list