Integrated: 8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
Dingli Zhang
dzhang at openjdk.org
Fri Jul 11 02:43:42 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
This pull request has now been integrated.
Changeset: 2e7e272d
Author: Dingli Zhang <dzhang at openjdk.org>
Committer: Feilong Jiang <fjiang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2e7e272d7b5273bae8684095bcda2a9c8bd21dc8
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
Reviewed-by: fyang, fjiang
-------------
PR: https://git.openjdk.org/jdk/pull/26238
More information about the hotspot-compiler-dev
mailing list