Skip to content
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

(0.38) Add support for -Xrs on restore #16933

Merged
merged 1 commit into from Mar 16, 2023

Conversation

tajila
Copy link
Contributor

@tajila tajila commented Mar 16, 2023

Add support for -Xrs on restore

This PR adds support for -Xrs on restore. Given that its imposible to support -Xrs in the same manner on restore that it is supported at startup (because there may be frames on the stack with signal handlers already installed that cannot be removed on restore) this change requires that "onRestore" is appended to the option.

backport of #16919

For example: -Xrs:sync -> -Xrs:syncOnRestore, -Xrs -> -Xrs:onRestore, ..

This PR adds support for -Xrs on restore. Given that its imposible to
support -Xrs in the same manner on restore that it is supported at startup
(because there may be frames on the stack with signal handlers already
installed that cannot be removed on restore) this change requires that
"onRestore" is appended to the option.

For example: -Xrs:sync -> -Xrs:syncOnRestore, -Xrs -> -Xrs:onRestore, ..

Signed-off-by: Tobi Ajila <atobia@ca.ibm.com>
@tajila tajila requested a review from babsingh March 16, 2023 13:44
@tajila
Copy link
Contributor Author

tajila commented Mar 16, 2023

@babsingh please review/merge

@tajila tajila changed the title Add support for -Xrs on restore (0.38) Add support for -Xrs on restore Mar 16, 2023
@babsingh babsingh merged commit 35f585f into eclipse-openj9:v0.38.0-release Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants