Miscellaneous changes - 0.58.0 release#1670
Merged
pshipton merged 1 commit intoeclipse-openj9:masterfrom Mar 12, 2026
Merged
Conversation
Contributor
Author
|
Jenkins doc stage |
pshipton
reviewed
Mar 11, 2026
docs/xxusedebuglocalmap.md
Outdated
| With the default mapper, the objects might be collected too early from a debugging perspective. In certain scenarios, such as when investigating a memory leak or finalization issues, the objects must be kept reachable even if they might not be used again. The debug local mapper helps to keep the objects reachable longer. | ||
|
|
||
| Earlier the debug local mapper was enabled only by running the entire VM in the debug mode which significantly impacted performance. With the `-XX:+UseDebugLocalMap` 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. | ||
| Earlier the debug local mapper was enabled only by running the entire VM in debug mode which significantly impacted performance. With the `-XX:+UseDebugLocalMap` option, you can enable the debug local mapper without running the entire VM in debug mode to investigate memory leak or finalization issues in a more realistic conditions. |
Member
There was a problem hiding this comment.
"in a more realistic conditions" is not fixed.
Contributor
Author
There was a problem hiding this comment.
Done. Thanks!
91de77f to
b052e59
Compare
Contributor
Author
|
Jenkins doc stage |
Member
|
Since we are changing this, I'm not sure that "in more realistic conditions" is the best way to state this. I suggest we just end the sentence at "... to investigate memory leak or finalization issues.", unless @tajila has another suggestion. |
Contributor
I think that suggestion is fine. |
Miscellaneous changes. Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com
b052e59 to
2a17b82
Compare
Contributor
Author
|
Jenkins doc stage |
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.
Miscellaneous changes.
Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com