Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/doc/release-notes/0.27/0.27.md
5995 views

Eclipse OpenJ9 version 0.27.0 release notes

These release notes support the Eclipse OpenJ9 0.27.0 release plan.

Supported environments

OpenJ9 release 0.27.0 supports OpenJDK 8, 11, and 16.

All releases 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.27.0. Further information about these changes can be found in the user documentation.

Issue number Description Version / Platform Impact
#11999 New -XX:[+|-]AdaptiveGCThreading option added All versions Adaptive threading is enabled by default, which automatically tunes the number of active parallel garbage collection (GC) threads.
#12437 Improved time zone information added to Java dump files All versions Two new fields are included, the date and time in UTC (1TIDATETIMEUTC) and the time zone according to the local system (1TITIMEZONE).
#7552 New default garbage collection (GC) scan ordering mode for the balanced policy All versions For performance improvements, GC copy forward operations in the balanced policy now use dynamic breadth first scan mode. To revert to the behavior in earlier releases, set -Xgc:breadthFirstScanOrdering on the command line when you start your application.
#12810 Stop parsing the JAVA_OPTIONS environment variable All versions The 0.24 release started parsing the JAVA_OPTIONS environment variable. This variable was added in error and has been removed. The _JAVA_OPTIONS environment variable (with different behavior) is added for compatibility.
#12501 Increase operating system stack size on PPC64 platforms All JDK versions, AIX and Linux PPC64 The increased stack size leaves more room to store vector registers for internal linkage conventions. Note: This change increases the overall memory usage of the VM. You can change the stack size by using the -Xmso option.
#12125 Global lock reservation is now enabled by default on Power AIX and Linux on Power Global lock reservation is now enabled by default on Power. This is an optimization targeted towards more efficient handling of locking and unlocking Java™ objects. The older locking behavior can be restored via the -XX:-GlobalLockReservation option.
#13194 New option recognized by jpackcore / jextract All versions The new option, -x, causes the system dump to be omitted from the archive created. In its place, the file excluded-files.txt is added which names the excluded file.

Known Issues

The v0.27.0 release contains the following known issues and limitations:

Issue number Description Platform Impact Workaround
#8034 Balanced garbage collection policy not supported Linux on 64-bit ARM (AArch64) The Balanced GC policy cannot be used. Use an alternative GC policy, such as gencon.

Other changes

A full commit history for this release is available at Eclipse OpenJ9 v0.27.0.