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

Richard Reingruber rrich at openjdk.org
Wed Oct 1 09:29:31 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

This pull request has now been integrated.

Changeset: 5a2700f2
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5a2700f231d72e2241703c1d17b308f031e8566c
Stats:     8 lines in 1 file changed: 8 ins; 0 del; 0 mod

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

Reviewed-by: sviswanathan, mdoerr

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

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


More information about the hotspot-compiler-dev mailing list