Integrated: 8371753: compiler/c2/cr7200264/TestIntVect.java fails IR verification
Fei Yang
fyang at openjdk.org
Fri Nov 14 01:13:20 UTC 2025
On Thu, 13 Nov 2025 02:48:01 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi, please consider this test-only change fixing an IR test failure.
>
> This test fails after https://bugs.openjdk.org/browse/JDK-8340093 which enabled IR matching for three vector nodes.
> That relies on support for vector operations and will fail on platforms without that. This adds the necessary conditions
> for applying this matching rule. This enables more IR matching in this test for RISC-V vector as well.
>
> Verified with fastdebug build on aarch64, x86_64 and riscv64 platforms.
This pull request has now been integrated.
Changeset: eaddefb4
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/eaddefb475c6431821c2d62baf550ba2c5f357bf
Stats: 19 lines in 1 file changed: 1 ins; 0 del; 18 mod
8371753: compiler/c2/cr7200264/TestIntVect.java fails IR verification
Reviewed-by: chagedorn, fjiang
-------------
PR: https://git.openjdk.org/jdk/pull/28279
More information about the hotspot-compiler-dev
mailing list