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

duke duke at openjdk.org
Wed Jul 9 02:47:40 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)

@DingliZhang 
Your change (at version 58edbc93bd5a951c3863f2666827dd075b96dce5) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/26178#issuecomment-3050924709


More information about the hotspot-compiler-dev mailing list