Release notes for 0.58.0#23428
Merged
pshipton merged 1 commit intoeclipse-openj9:masterfrom Mar 12, 2026
Merged
Conversation
Contributor
Author
|
@pshipton - Please check and confirm the content. Thanks! |
pshipton
reviewed
Mar 9, 2026
doc/release-notes/0.58/0.58.md
Outdated
| <td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/22989">#22989</a></td> | ||
| <td valign="top">The <tt>-XX:[+|-]UseDebugLocalMap</tt> option is added to enable the debug local mapper without running the entire VM in the debug mode.</td> | ||
| <td valign="top">All versions</td> | ||
| <td valign="top">Earlier the debug local mapper was enabled only by running the entire VM in the debug mode which significantly impacted performance. With the <tt>-XX:+UseDebugLocalMap</tt> option, you can enable the debug local mapper without running the entire VM in the debug mode to investigate memory leak or finalization issues in a more realistic conditions. |
Member
There was a problem hiding this comment.
Remove "the" from "the debug mode", two places.
Remove "a" from "in a more realistic conditions".
99fa9d6 to
abff435
Compare
https://github.ibm.com/runtimes/idteam/issues/1637 Release note for 0.58.0. [skip ci] Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com
abff435 to
9e22989
Compare
Contributor
Author
|
@pshipton - I have removed "in more realistic conditions". Thanks! |
pshipton
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.ibm.com/runtimes/idteam/issues/1637
Release note for 0.58.0.
[skip ci]
Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com