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.