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

Roland Mesde duke at openjdk.org
Mon Jan 5 16:23:33 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)

This pull request has now been integrated.

Changeset: 7a4df4d0
Author:    Roland Mesde <mesde at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk25u-dev/commit/7a4df4d04626b0d8a72fa62e4436e9fb97193f3a
Stats:     5 lines in 3 files changed: 0 ins; 0 del; 5 mod

8370378: Some compiler tests inadvertently exclude particular platforms

Backport-of: 60104575b221eb3d78a4d56839d55953d4036c21

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

PR: https://git.openjdk.org/jdk25u-dev/pull/113


More information about the jdk-updates-dev mailing list