Skip to content

Commit

Permalink
Merge pull request #13732 from pshipton/relnotes29
Browse files Browse the repository at this point in the history
(0.29.0) Update 0.29 release notes with missing content
  • Loading branch information
keithc-ca committed Oct 19, 2021
2 parents 6169ba5 + 6905e03 commit 3d69b72
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions doc/release-notes/0.28/0.28.md → doc/release-notes/0.29/0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<table cellpadding="4" cellspacing="0" summary="" width="100%" rules="all" frame="border" border="1"><thead align="left">
<tr valign="bottom">
Expand All @@ -48,18 +48,36 @@ The following table covers notable changes in v0.28.0. Further information about
</thead>
<tbody>

<tr><td valign="top">N/A</td>
<td valign="top">AArch64 Linux is now a fully supported, production-ready target</td>
<td valign="top">AArch64 Linux, all JDK versions</td>
<td valign="top">The remaining features, performance items, and bug fixes are implemented, making AArch64 Linux a production-ready target.</td>
</tr>

<tr><td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/13481">#13481</a></td>
<td valign="top"><tt>-Xsoftmx</tt> updates for gencon</td>
<td valign="top">All versions</td>
<td valign="top">When using gencon, the <tt>-Xsoftmx</tt> limit is proportional to the maximum amount of nursery space specified relative to the <tt>-Xmx</tt> value.</td>
</tr>

<tr><td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/13492">#13492</a></td>
<td valign="top">JITServer technology is now a supported feature for Linux on x86-64 and Power</td>
<td valign="top">OpenJDK8, 11, and 17 (Linux on x86-64, Linux on Power)</td>
<td valign="top">OpenJDK 8 and 11 (Linux on x86-64, Linux on Power)</td>
<td valign="top">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.</td>
</tr>

<tr><td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/13568">#13568</a></td>
<td valign="top"><tt>-XX:[+|-]UTFCache</tt> option added</td>
<td valign="top">All versions</td>
<td valign="top">A UTF to String cache is added to enhance reflection performance. The cache is enabled by default but can be disabled using the <tt>-XX:[+|-]UTFCache</tt> option.</td>
</tr>

</tbody>
</table>

## 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:

<table cellpadding="4" cellspacing="0" summary="" width="100%" rules="all" frame="border" border="1">
<thead align="left">
Expand All @@ -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).

0 comments on commit 3d69b72

Please sign in to comment.