RFR: 8343774: compiler/c2/TestCastX2NotProcessedIGVN.java fails on ppc64(le) & s390x platforms

Richard Reingruber rrich at openjdk.org
Fri Nov 8 14:53:25 UTC 2024


On Fri, 8 Nov 2024 14:37:05 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> Thanks for taking care of that. Maybe it would be more robust to only enable the test on x86, aarch64 and riscv64. The whole test doesn't need to excluded actually. Only IR matching on `test2` needs to be disabled. This can be done with:
> 
> ```
> applyIfPlatformOr = {"x64", "true", "aarch64", "true", "riscv64", "true"})
> ```
> 
> See `TestBoolNodeGVN.java` for instance.

Ok. I've done that.

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

PR Comment: https://git.openjdk.org/jdk/pull/21975#issuecomment-2464947087


More information about the hotspot-compiler-dev mailing list