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

Eclipse OpenJ9 version 0.29.0 release notes

These release notes support the Eclipse OpenJ9 0.29.0 release plan.

Supported environments

OpenJ9 release 0.29.0 supports OpenJDK 8 and 11.

All releases are tested against the OpenJ9 functional verification (FV) test suite, the OpenJDK test suites, and additional tests provided by Adoptium.

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

Issue number Description Version / Platform Impact
N/A AArch64 Linux is now a fully supported, production-ready target AArch64 Linux, all JDK versions The remaining features, performance items, and bug fixes are implemented, making AArch64 Linux a production-ready target.
#13481 -Xsoftmx updates for gencon All versions When using gencon, the -Xsoftmx limit is proportional to the maximum amount of nursery space specified relative to the -Xmx value.
#13492 JITServer technology is now a supported feature for Linux on x86-64 and Power OpenJDK 8 and 11 (Linux on x86-64, Linux on Power) JITServer decouples the JIT compiler from the OpenJ9 VM, freeing up CPU and memory for an application. JITServer then runs in its own process, either locally or on a remote machine, where resources can be separately managed.
#13568 -XX:[+|-]UTFCache option added All versions A UTF to String cache is added to enhance reflection performance. The cache is enabled by default but can be disabled using the -XX:[+|-]UTFCache option.

Known Issues

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

Issue number Description Platform Impact Workaround

Other changes

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