-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update index.html for 0.38.0 release #1
Conversation
index.html
Outdated
<p>To read more about these and other changes, see the <a class="w3-hover-opacity" href="https://www.eclipse.org/openj9/docs/openj9_releases/" target="_blank">OpenJ9 user documentation</a>.</p> | ||
<p><b>Performance highlights include:</b></p> | ||
<ul> | ||
<li>StackWalking for refreshing LatestUserDefinedClassLoader (LUDCL) cache is optimized, saving substantial amount of CPU time for applicable workloads.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be: Stack walking for refreshing the latest user defined ClassLoader (LUDCL) cache is optimized, saving a substantial amount of CPU time for applicable workloads.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
index.html
Outdated
</div> | ||
<p>We're pleased to announce the availability of Eclipse OpenJ9 v0.37.0.</p> | ||
<p>This release works with OpenJDK version 19. OpenJDK 19 is out of support at the time of the 0.37.0 release. Builds of 0.37.0 should not be used in production and might contain known security vulnerabilities as of 18 April 2023. For more information about supported platforms and OpenJDK versions, see <a class="w3-hover-opacity" href="https://www.eclipse.org/openj9/docs/openj9_support/" target="_blank">Supported environments</a>.</p> | ||
<p>OpenJ9 v0.37.0. release supported OpenJDK version 19. OpenJDK 19 was out of support at the time of the 0.37.0 release. Builds of 0.37.0 should not be used in production and might contain known security vulnerabilities as of 18 April 2023.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls remove "might" - > and contains
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Ideally you should squash if it's not too much trouble. |
Incorporated the review feedback Update index.html for 0.38.0 release in the new OpenJ9 website eclipse-openj9/openj9-website#345 Updated the website release note 0.38.0 Closes #345 Signed-off-by: Sreekala Gopakumar <[email protected]>
34b7306
to
ea70789
Compare
Done. |
eclipse-openj9/openj9-website#345
Updated the website release note 0.38.0
Closes #345
Signed-off-by: Sreekala Gopakumar [email protected]