diff --git a/doc/release-notes/0.28/0.28.md b/doc/release-notes/0.29/0.29.md similarity index 63% rename from doc/release-notes/0.28/0.28.md rename to doc/release-notes/0.29/0.29.md index 3e11c8ac3b..31ae5e0d37 100644 --- a/doc/release-notes/0.28/0.28.md +++ b/doc/release-notes/0.29/0.29.md @@ -22,21 +22,21 @@ * Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception --> -# Eclipse OpenJ9 version 0.28.0 release notes +# Eclipse OpenJ9 version 0.29.0 release notes -These release notes support the [Eclipse OpenJ9 0.28.0 release plan](https://projects.eclipse.org/projects/technology.openj9/releases/0.28.0/plan). +These release notes support the [Eclipse OpenJ9 0.29.0 release plan](https://projects.eclipse.org/projects/technology.openj9/releases/0.29.0/plan). ## Supported environments -OpenJ9 release 0.28.0 supports OpenJDK 17. +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 at AdoptOpenJDK. +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](https://eclipse.org/openj9/docs/openj9_support/index.html). ## Notable changes in this release -The following table covers notable changes in v0.28.0. Further information about these changes can be found in the [user documentation](https://eclipse-openj9.github.io/openj9-docs/version0.28/). +The following table covers notable changes in v0.29.0. Further information about these changes can be found in the [user documentation](https://eclipse-openj9.github.io/openj9-docs/version0.29/). @@ -48,18 +48,36 @@ The following table covers notable changes in v0.28.0. Further information about + + + + + + + + + + + + - + + + + + + +
N/AAArch64 Linux is now a fully supported, production-ready targetAArch64 Linux, all JDK versionsThe remaining features, performance items, and bug fixes are implemented, making AArch64 Linux a production-ready target.
#13481-Xsoftmx updates for genconAll versionsWhen 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 PowerOpenJDK8, 11, and 17 (Linux on x86-64, Linux on 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 addedAll versionsA 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.28.0 release contains the following known issues and limitations: +The v0.29.0 release contains the following known issues and limitations: @@ -78,4 +96,4 @@ The v0.28.0 release contains the following known issues and limitations: ## Other changes -A full commit history for this release is available at [Eclipse OpenJ9 v0.28.0](https://github.com/eclipse-openj9/openj9/releases/tag/openj9-0.28.0). +A full commit history for this release is available at [Eclipse OpenJ9 v0.29.0](https://github.com/eclipse-openj9/openj9/releases/tag/openj9-0.29.0).