These release notes support the Eclipse OpenJ9 0.12.0 release plan.
OpenJ9 release 0.12.0 supports OpenJDK 8 and OpenJDK 11. Binaries are available at the AdoptOpenJDK project:
This release includes support for macOS® on OpenJDK 8 with OpenJ9. Platform support for macOS is now available on OpenJDK 8 and OpenJDK 11 binaries that contain the OpenJ9 VM.
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.
The following table covers notable changes in v0.12.0. Further information about these changes can be found in the user documentation.
Issue number | Description | Version / Platform | Impact |
---|---|---|---|
#3446 | Improved flexibility for managing the size of the JIT code cache | OpenJDK8 and later (All platforms) | The size of the JIT code cache (-Xcodecachetotal) can now be decreased as well as increased, with a minimum size of 2 MB |
#3992 | OpenSSL is now supported for OpenJDK 11 to improve native cryptographic performance | OpenJDK11 (All platforms) | The OpenSSL V1.1.x implementation is enabled by default and supported for the Digest, CBC, and GCM algorithms. |
#3478 | New environment variable OPENJ9_JAVA_OPTIONS | OpenJDK8 and later (Linux) | This environment variable replaces the IBM_JAVA_OPTIONS variable, whis is now deprecated and will be removed from a future release. |
#3338 | Concurrent scavenge mode is now available on Linux x86 for large heap applications | OpenJDK8 and later (x86-64: Linux only) | When this mode is enabled, (`-Xgc:concurrentScavenge`) the VM attempts to reduce GC pause-times for response-time sensitive, large heap applications. This mode is now available on large heap (non-compressed references) builds. |
#4108 | Concurrent scavenge mode is now available on Windows x86 | OpenJDK8 and later (x86-64: Windows only) | When this mode is enabled, (`-Xgc:concurrentScavenge`) the VM attempts to reduce GC pause-times for response-time sensitive applications. |
#3226 | Idle-tuning is enabled by default | OpenJDK8 and later (Linux only) | When OpenJ9 is running in a container, a garbage collection cycle and compaction of the object heap is attempted when the state of the VM is set to idle. |
#4025 | Changes to the default permissions of shared classes cache directories | OpenJDK8 and later (All platforms except Windows) | Tighter restrictions are imposed on existing and new shared classes cache directories. For further information about this change, see the user documentation. |
#3636 | OpenSSL V1.1 support for the RSA algorithm | OpenJDK8 and later (All platforms except AIX) | OpenSSL 1.1.x support is now available for the RSA algorithm, in addition to Digest, CBC, and GCM. |
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 ibmruntimes/openj9-openjdk-jdk8#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 |
A full commit history for this release is available at Eclipse OpenJ9 v0.12.0.