Integrated: 8351662: [Test] RISC-V: enable bunch of IR test

Hamlin Li mli at openjdk.org
Thu Mar 13 08:16:02 UTC 2025


On Tue, 11 Mar 2025 14:08:19 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this patch?
> 
> There are bunch of IR test not enabled on riscv, it's good to enable them, because enabling them will help to:
> 1. cover the test gap
> 2. find out potential missing intrinsics.
> 
> This patch also changes cpu features from `vm.opt.UseXxx` to `xxx`, as it's easier to find out these tests in the future.
> 
> NOTE: There are still some other test should be enabled, but currently they fail when simply enable them, they will be further investigated, later could be enabled in other PRs with additional code change/implementation if it's feasible.
> 
> Thanks!

This pull request has now been integrated.

Changeset: 0e7d460e
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e7d460e4f95cb0209f9b815fe8c9846de4c9b7e
Stats:     247 lines in 32 files changed: 22 ins; 6 del; 219 mod

8351662: [Test] RISC-V: enable bunch of IR test

Reviewed-by: fyang, rehn, tonyp

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

PR: https://git.openjdk.org/jdk/pull/23985


More information about the hotspot-compiler-dev mailing list