Integrated: 8371920: [TEST] Enable CMove tests on other platforms
Hamlin Li
mli at openjdk.org
Fri Dec 12 10:02:21 UTC 2025
On Mon, 8 Dec 2025 17:55:18 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this patch?
>
> [JDK-8357551](https://bugs.openjdk.org/browse/JDK-8357551) add support of CMoveF/D vectorization, at the same time it also adds some tests for scalar CMove on riscv.
> It's good to enable these tests on other platforms, like x86/aarch64 or maybe others.
>
> At the same time, this pr also move these tests under `compiler/c2/cmove`, as suggested here https://github.com/openjdk/jdk/pull/28309#discussion_r2598664764.
>
> Thanks!
>
> ## Test
> In progress... (I'm using github CI to run the tests.)
This pull request has now been integrated.
Changeset: dc625526
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dc6255261f34c65d0e87814638817c97a880eb7f
Stats: 233 lines in 3 files changed: 72 ins; 2 del; 159 mod
8371920: [TEST] Enable CMove tests on other platforms
Reviewed-by: fyang, epeter
-------------
PR: https://git.openjdk.org/jdk/pull/28702
More information about the hotspot-compiler-dev
mailing list