RFR: 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 08:10:19 GMT, Christian Hagedorn <chagedorn 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.
>
> Looks good!

@chhagedorn @feilongjiang : Thanks for the review!

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

PR Comment: https://git.openjdk.org/jdk/pull/28279#issuecomment-3530382725


More information about the hotspot-compiler-dev mailing list