RFR: 8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb

Feilong Jiang fjiang at openjdk.org
Fri Jul 11 02:30:36 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 , compiler/vectorization/runner/BasicIntOpTest.java failswith 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

Marked as reviewed by fjiang (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/26238#pullrequestreview-3008247649


More information about the hotspot-compiler-dev mailing list