[jdk25u-dev] RFR: 8370378: Some compiler tests inadvertently exclude particular platforms

duke duke at openjdk.org
Mon Jan 5 16:06:21 UTC 2026


On Thu, 18 Dec 2025 22:13:15 GMT, Roland Mesde <duke at openjdk.org> wrote:

> Backporting JDK-8370378: Some compiler tests inadvertently exclude particular platforms.
> 
> For parity with Oracle JDK.
> 
> This commit updates the @requires annotations to include both "amd64" and "x86_64" values to ensure tests run on all x86_64 platforms regardless of OS.
> 
> Ran the specific test on linux-x64 (amd64), linux-aarch64, macos-aarch64 and windows-x64 (amd64). Testing on macOS x86_64 was not performed due to platform unavailability.:
> 
> (Passed) - make test TEST=test/hotspot/jtreg/compiler/c2/TestBit.java
> (Passed) - make test TEST=test/hotspot/jtreg/compiler/c2/irTests/RotateLeftNodeIntIdealizationTests.java
> (Passed) - make test TEST=test/hotspot/jtreg/compiler/c2/irTests/RotateLeftNodeLongIdealizationTests.java
> 
> Results attached:
> 
> [windows-x64-specific-1-test.log](https://github.com/user-attachments/files/24262973/windows-x64-specific-1-test.log)
> [windows-x64-specific-2-test.log](https://github.com/user-attachments/files/24262974/windows-x64-specific-2-test.log)
> [windows-x64-specific-3-test.log](https://github.com/user-attachments/files/24262975/windows-x64-specific-3-test.log)
> [macos-aarch64-specific-1-test.log](https://github.com/user-attachments/files/24262976/macos-aarch64-specific-1-test.log)
> [macos-aarch64-specific-2-test.log](https://github.com/user-attachments/files/24262977/macos-aarch64-specific-2-test.log)
> [macos-aarch64-specific-3-test.log](https://github.com/user-attachments/files/24262978/macos-aarch64-specific-3-test.log)
> [linux-x64-specific-1-test.log](https://github.com/user-attachments/files/24262979/linux-x64-specific-1-test.log)
> [linux-x64-specific-2-test.log](https://github.com/user-attachments/files/24262980/linux-x64-specific-2-test.log)
> [linux-x64-specific-3-test.log](https://github.com/user-attachments/files/24262981/linux-x64-specific-3-test.log)
> [linux-aarch64-specific-1-test.log](https://github.com/user-attachments/files/24262982/linux-aarch64-specific-1-test.log)
> [linux-aarch64-specific-2-test.log](https://github.com/user-attachments/files/24262983/linux-aarch64-specific-2-test.log)
> [linux-aarch64-specific-3-test.log](https://github.com/user-attachments/files/24262984/linux-aarch64-specific-3-test.log)

@rm-gh-8 
Your change (at version af15b0d3a2fbf34877ab179c4bb89ceebe879264) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk25u-dev/pull/113#issuecomment-3711055868


More information about the jdk-updates-dev mailing list