Eclipse OpenJ9 version 0.12.1 release notes
These release notes support the Eclipse OpenJ9 0.12.1 release plan.
Binaries and supported environments
OpenJ9 release 0.12.1 supports OpenJDK 8 and OpenJDK 11. Binaries are available at the AdoptOpenJDK project:
All builds are tested against the OpenJ9 functional verification (FV) test suite, the OpenJDK test suites, and additional tests at AdoptOpenJDK.
To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see Supported environments.
Notable changes in this release
The following table covers notable changes in v0.12.1. Further information about these changes can be found in the user documentation.
Issue number |
Description |
Version / Platform |
Impact |
#4530 |
OpenSSL acceleration of the Digest algorithm is disabled by default. |
OpenJDK8 and later (All platforms) |
Intermittent segmentation problems are observed when accelerating the Digest algorithm. This algorithm is now
disabled by default. The -Djdk.nativeDigest system property no longer has any effect. |
Known Issues
The v0.12.0 release contains the following known issues and limitations:
Issue number |
Description |
Platform |
Impact |
Workaround |
#3483 |
DDR support |
macOS |
Inability to diagnose problems with the VM, garbage collector, or JIT. |
None |
#4222 |
Shared classes no longer enabled by default |
All platforms |
In milestone 1, shared classes were enabled by default. This change has been reverted due to a performance regression. |
None |
#129 |
OpenSSL support |
AIX |
Bundling OpenSSL on AIX can result in problems like https://github.com/ibmruntimes/openj9-openjdk-jdk8/issues/129. |
None |
#54 |
Signal handling |
All platforms |
Currently, shutdown signals (SIGINT , SIGHUP and SIGTERM ) and SIGCONT are fully supported on Unix platforms (pLinux, zLinux, xLinux, AIX, and z/OS). Support for other POSIX signals is pending. See SunMiscSignalTest.java for the list of signals that need to be supported. |
None |
#2507 |
Restriction analyzing system (core) dumps |
Linux and Windows |
You must use a 32-bit JVM to look at a 32-bit core, and a 64-bit JVM to look at a 64-bit core. This restriction will be fixed in a later version of OpenJ9. |
None |
#479 |
Non-compressed references VM builds not available |
AIX, Windows, Linux on Z, Linux on Power |
Non-compressed references VM builds, which support heaps larger than 57GB, are built on Linux on x86. |
Manual builds on other platforms are possible by following our detailed build instructions. |
#897 |
Javadoc not building some OpenJ9 extensions. |
All platforms |
Some API documentation is missing in the build/<platform>/docs directory. |
None |
#898 |
Javadoc building some unsupported OpenJ9 extensions. |
All platforms |
Some API documentation in build/<platform>/docs is not supported with OpenJ9. |
None |
Other changes
A full commit history for this release is available at Eclipse OpenJ9 v0.12.1.