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

Sandhya Viswanathan sviswanathan at openjdk.org
Tue Sep 30 16:37:24 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

Looks good to me.

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

Marked as reviewed by sviswanathan (Reviewer).

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


More information about the hotspot-compiler-dev mailing list