Partially Revert "Stabilize ExceptionMeta profiling by using preserved copy" - #23563
Merged
r30shah merged 1 commit intoMar 25, 2026
Merged
Conversation
…d copy" This partially reverts commit PR eclipse-openj9#23447 15c211e. Utilizing the existing mechanism in addProfilingTrees to find the temp or the register that stores ExceptionMeta. If not found, store it to a temp slot as implemented in PR eclipse-openj9#23447 15c211e.
Contributor
Author
|
@r30shah May I ask you to review this change? Thank you! |
Contributor
|
jenkins test sanity all jdk21,jdk25 |
Contributor
|
jenkins test sanity xlinux jdk21,jdk25 |
Contributor
Author
|
Build_JDK25_x86-64_linux_Personal failed: due to infrastructure issue [1]. Test_openjdk25_j9_sanity.openjdk_x86-64_mac_Personal [1] [2] |
Contributor
|
jenkins test sanity xlinux jdk25 |
Contributor
|
jenkins test sanity xmac jdk25 |
Contributor
|
jenkins test sanity xlinux jdk25 |
r30shah
approved these changes
Mar 25, 2026
r30shah
left a comment
Contributor
There was a problem hiding this comment.
All test passed. Merging this change.
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.
This partially reverts commit PR #23447 15c211e.
Utilizing the existing mechanism in addProfilingTrees to find the temp or the register that stores ExceptionMeta. If not found, store it to a temp slot as implemented in PR #23447 15c211e.