From 66ee2bbbdbfd9325afbd9c2fcb5d9e9924da8733 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 25 Aug 2022 16:53:39 -0400 Subject: [PATCH] Remove jdk18 from support in 0.35 release notes Signed-off-by: Peter Shipton --- doc/release-notes/0.35/0.35.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/release-notes/0.35/0.35.md b/doc/release-notes/0.35/0.35.md index b867451ac10..1e15f313b08 100644 --- a/doc/release-notes/0.35/0.35.md +++ b/doc/release-notes/0.35/0.35.md @@ -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. @@ -137,10 +137,10 @@ on x64 platforms, but builds with OpenJDK 17 and later also require more stack s #14803 -Using the -XX:+ShowHiddenFrames option in an OpenJ9 release built with OpenJDK 18 causes errors due to underlying problems in OpenJDK +Using the -XX:+ShowHiddenFrames option in an OpenJ9 release built with OpenJDK 18 and later causes errors due to underlying problems in OpenJDK All platforms Wrong exception may be thrown when using the Reflection API. -Avoid using the -XX:+ShowHiddenFrames option with OpenJDK 18 +Avoid using the -XX:+ShowHiddenFrames option with OpenJDK 18 and later.