RFR: 8368861: [TEST] compiler/floatingpoint/ScalarFPtoIntCastTest.java expects x86 IR on non-x86 platforms

Martin Doerr mdoerr at openjdk.org
Tue Sep 30 12:20:43 UTC 2025


On Mon, 29 Sep 2025 12:31:22 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> This removes X86 specific IR checks that are applied if the X86 specific feature *avx10_2* is not present.
> 
> We could make the checks dependent on the platform being X86 if we wanted to keep them but I don't see a value in doing so.
> 
> Tested on X86 and PPC64

Ok, this simply removes the bad IR node expectations. Maybe some checks for such nodes may be interesting, but I think that can still be done separately if needed.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27546#pullrequestreview-3284386718


More information about the hotspot-compiler-dev mailing list