You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openj9_support.md
+35-21Lines changed: 35 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ OpenJDK 8 binaries are expected to function on the minimum operating system leve
83
83
84
84
- Linux distributions that have a minimum glibc version 2.12 (x) or 2.17 (others)
85
85
86
+
- Linux x86 64-bit is compiled on CentOS 7, modifying the minimum glibc version to 2.17 from 2.12.
86
87
- Support for OpenJ9 on CentOS 6.10 is removed from 0.46.0 release onwards. With the removal of support, the minimum glibc version (x) might change in future releases.
87
88
88
89
| Windows™| x32 | x64 |
@@ -124,6 +125,7 @@ OpenJDK 11 binaries are expected to function on the minimum operating system lev
124
125
125
126
- Linux distributions that have a minimum glibc version 2.12 (x) or 2.17 (others)
126
127
128
+
- Linux x86 64-bit is compiled on CentOS 7, modifying the minimum glibc version to 2.17 from 2.12.
127
129
- Support for OpenJ9 on CentOS 6.10 is removed from 0.46.0 release onwards. With the removal of support, the minimum glibc version (x) might change in future releases.
128
130
129
131
| Windows | x64 |
@@ -159,9 +161,13 @@ OpenJDK 17 binaries are expected to function on the minimum operating system lev
:fontawesome-solid-pencil:{: .note aria-hidden="true"} **Note:** Not all of these distributions are tested, but the following distributions are expected to function without problems:
:fontawesome-solid-pencil:{: .note aria-hidden="true"} **Note:**Not all of these distributions are tested, but the following distributions are expected to function without problems:
:fontawesome-solid-pencil:{: .note aria-hidden="true"} **Note:** Not all of these distributions are tested, but the following distributions are expected to function without problems:
Copy file name to clipboardExpand all lines: docs/version0.59.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The following new features and notable changes since version 0.58.0 are included
28
28
-[New binaries and changes to supported environments](#binaries-and-supported-environments)
29
29
-[New `-XX:[+|-]UseMediumPageSize` option is added](#new-xx-usemediumpagesize-option-is-added)
30
30
-[A signal handler optimization feature that was disabled on Windows™ is enabled again](#a-signal-handler-optimization-feature-that-was-disabled-on-windows-is-enabled-again)
31
+
-[Compiler changes for Linux®](#compiler-changes-for-linux)
31
32
32
33
## Features and changes
33
34
@@ -49,6 +50,12 @@ In the [0.57.0 release](version0.57.md#a-signal-handler-optimization-feature-is-
49
50
50
51
Now the root cause for these VM crashes has been identified and fixed. Therefore, in this release, the disabled signal handler optimization feature is enabled again.
51
52
53
+
### Compiler changes for Linux
54
+
55
+
Linux x86 64-bit, Linux on POWER® LE 64-bit, and Linux on IBM Z® 64-bit builds on all OpenJDK versions now use gcc 14.2 compiler.
56
+
57
+
For more information, see [Supported environments](openj9_support.md).
58
+
52
59
## Known problems and full release information
53
60
54
61
To see known problems and a complete list of changes between Eclipse OpenJ9 v0.58.0 and v0.59.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.59/0.59.md).
0 commit comments