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

Fei Yang fyang at openjdk.org
Tue Jul 8 02:51:37 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)

Looks fine. Thanks.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26178#pullrequestreview-2995814548


More information about the hotspot-compiler-dev mailing list