Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/openj9_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ The project builds and tests OpenJDK with OpenJ9 on a number of platforms. The o
| Linux x86 64-bit | CentOS 6.10 | gcc 14.2 |
| Linux on POWER® LE 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on IBM Z® 64-bit | RHEL 7.9 | gcc 14.2 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 10.3 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 14.2 |
| Windows x86 32-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| Windows x86 64-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| macOS x86 64-bit | macOS 13 | xcode 15.2 and clang 15.0.0 |
Expand All @@ -276,7 +276,7 @@ The project builds and tests OpenJDK with OpenJ9 on a number of platforms. The o
| Linux x86 64-bit | CentOS 6.10 | gcc 14.2 |
| Linux on POWER LE 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on IBM Z 64-bit | RHEL 7.9 | gcc 14.2 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 10.3 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 14.2 |
| Windows x86 64-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| macOS x86 64-bit | macOS 13 | xcode 15.2 and clang 15.0.0 |
| macOS AArch64 | macOS 13 | xcode 15.2 and clang 15.0.0 |
Expand All @@ -289,7 +289,7 @@ The project builds and tests OpenJDK with OpenJ9 on a number of platforms. The o
| Linux x86 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on POWER LE 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on IBM Z 64-bit | RHEL 7.9 | gcc 14.2 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 10.3 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 14.2 |
| Windows x86 64-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| macOS x86 64-bit | macOS 13 | xcode 15.2 and clang 15.0.0 |
| macOS AArch64 | macOS 13 | xcode 15.2 and clang 15.0.0 |
Expand All @@ -302,7 +302,7 @@ The project builds and tests OpenJDK with OpenJ9 on a number of platforms. The o
| Linux x86 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on POWER LE 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on IBM Z 64-bit | RHEL 7.9 | gcc 14.2 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 10.3 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 14.2 |
| Windows x86 64-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| macOS x86 64-bit | macOS 13 | xcode 15.2 and clang 15.0.0 |
| macOS AArch64 | macOS 13 | xcode 15.2 and clang 15.0.0 |
Expand All @@ -315,7 +315,7 @@ The project builds and tests OpenJDK with OpenJ9 on a number of platforms. The o
| Linux x86 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on POWER LE 64-bit | CentOS 7.9 | gcc 14.2 |
| Linux on IBM Z 64-bit | RHEL 7.9 | gcc 14.2 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 10.3 |
| Linux AArch64 64-bit | CentOS 7.9 | gcc 14.2 |
| Windows x86 64-bit | Windows Server 2019 | Microsoft Visual Studio 2022 |
| macOS x86 64-bit | macOS 13 | xcode 15.2 and clang 15.0.0 |
| macOS AArch64 | macOS 13 | xcode 15.2 and clang 15.0.0 |
Expand Down
7 changes: 7 additions & 0 deletions docs/version0.60.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following new features and notable changes since version 0.59.0 are included

- [New binaries and changes to supported environments](#binaries-and-supported-environments)
- ![Start of content that applies to Java 11 (LTS) and later](cr/java11plus.png) [The `-Xcheck:dump` option is enhanced on z/OS systems](#the-xcheckdump-option-is-enhanced-on-zos-systems) ![End of content that applies only to Java 11 and later](cr/java_close_lts.png)
- [Compiler changes for Linux AArch64 64-bit](#compiler-changes-for-linux-aarch64-64-bit)

## Features and changes

Expand All @@ -42,6 +43,12 @@ The `-Xcheck:dump` option is enhanced on z/OS systems to trigger extra checking

For more information, see [`-Xcheck:dump`](xcheck.md#dump). ![End of content that applies only to Java 11 and later](cr/java_close_lts.png)

### Compiler changes for Linux AArch64 64-bit

Linux AArch64 64-bit builds on all OpenJDK versions now use the gcc 14.2 compiler.

For more information, see [Supported environments](openj9_support.md).

## Known problems and full release information

To see known problems and a complete list of changes between Eclipse OpenJ9 v0.59.0 and v0.60.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.60/0.60.md).
Expand Down