RFR: 8375640: MinMaxIdentity test fails on some machines after 8373134

Galder Zamarreño galder at openjdk.org
Tue Jan 27 05:33:49 UTC 2026


Adjust test expectations to deal with environments where `Min/Max[F|D]` are not produced. To fix this, I've followed same patterns used in `compiler.c2.irTests.TestMinMaxIdentities`.

I have tested this on x86_64 with `-XX:UseAVX=0`.

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

Commit messages:
 - Fix format
 - Fix IR expectations for floating points

Changes: https://git.openjdk.org/jdk/pull/29438/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29438&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8375640
  Stats: 15 lines in 1 file changed: 13 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/29438.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29438/head:pull/29438

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


More information about the hotspot-compiler-dev mailing list