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

Richard Reingruber rrich at openjdk.org
Wed Oct 1 09:29:30 UTC 2025


On Tue, 30 Sep 2025 16:16:08 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
>
> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Keep checks and limit them to x64

Tests with the current version also pass on ppc64.
Thanks for testing and reviewing!

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

PR Comment: https://git.openjdk.org/jdk/pull/27546#issuecomment-3355479613


More information about the hotspot-compiler-dev mailing list