RFR: 8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
duke
duke at openjdk.org
Fri Jul 11 02:36:45 UTC 2025
On Thu, 10 Jul 2025 08:31:53 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:
> Hi all,
> Please take a look and review this PR, thanks!
>
> After [JDK-8355293](https://bugs.openjdk.org/browse/JDK-8355293) , compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb.
> The reason for the error is that `PopCountVI` on RISC-V requires `Zvbb`, not just `RVV`.
>
> ### Test
> - [x] Run compiler/vectorization/runner/BasicIntOpTest.java on k1
> - [x] Run compiler/vectorization/runner/BasicIntOpTest.java on qemu-system (enable RVV) w/ and w/o zvbb
@DingliZhang
Your change (at version f33d319a7eea937a2f2baa1aef7a4b072c93eb2a) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26238#issuecomment-3060091029
More information about the hotspot-compiler-dev
mailing list