RFR: 8371753: compiler/c2/cr7200264/TestIntVect.java fails IR verification

Feilong Jiang fjiang at openjdk.org
Thu Nov 13 14:28:05 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.

Thanks!

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

Marked as reviewed by fjiang (Committer).

PR Review: https://git.openjdk.org/jdk/pull/28279#pullrequestreview-3460062251


More information about the hotspot-compiler-dev mailing list