Skip to content

Commit

Permalink
Remove jdk18 from support in 0.35 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Aug 25, 2022
1 parent a965984 commit 66ee2bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/release-notes/0.35/0.35.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These release notes support the [Eclipse OpenJ9 0.35.0 release plan](https://pro

## Supported environments

OpenJ9 release 0.35.0 supports OpenJDK 8, 11, 17, 18.
OpenJ9 release 0.35.0 supports OpenJDK 8, 11, 17.

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

Expand Down Expand Up @@ -137,10 +137,10 @@ on x64 platforms, but builds with OpenJDK 17 and later also require more stack s

<tr>
<td valign="top"><a href="https://github.com/eclipse-openj9/openj9/issues/14803">#14803</a></td>
<td valign="top">Using the <tt>-XX:+ShowHiddenFrames</tt> option in an OpenJ9 release built with OpenJDK 18 causes errors due to underlying problems in OpenJDK</td>
<td valign="top">Using the <tt>-XX:+ShowHiddenFrames</tt> option in an OpenJ9 release built with OpenJDK 18 and later causes errors due to underlying problems in OpenJDK</td>
<td valign="top">All platforms</td>
<td valign="top">Wrong exception may be thrown when using the Reflection API.</td>
<td valign="top">Avoid using the <tt>-XX:+ShowHiddenFrames</tt> option with OpenJDK 18</td>
<td valign="top">Avoid using the <tt>-XX:+ShowHiddenFrames</tt> option with OpenJDK 18 and later.</td>
</tr>

</tbody>
Expand Down

0 comments on commit 66ee2bb

Please sign in to comment.