-
Notifications
You must be signed in to change notification settings - Fork 208
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
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library #834
Conversation
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
/issue add 8283337 |
@GoeLin |
Webrevs
|
Pre-submit test: timeout of javac |
Thanks for the backport. Looks like https://bugs.openjdk.org/browse/JDK-8292695 didn't have "jdk17u-fix-request", and I just added the label. The change to HotSpot looks good, but should we also include the |
Hi, |
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.
Thanks for the update. LGTM now. Not an official Reviewer though.
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.
Looks basically good. Only one comment change is missing.
@@ -1246,7 +1241,8 @@ void set_signal_handler(int sig, bool do_check = true) { | |||
|
|||
// Save handler setup for later checking |
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.
JDK-8283337 changed this comment to: // Save handler setup for possible later checking
Adapt comment
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.
Thumbs up! Thanks for backporting!
@GoeLin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 23 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit ff14ed4.
Your commit was automatically rebased without conflicts. |
Resolved signals_posix.cpp because test for do_check is not in 17.
That was added by 8283337: Posix signal handler modification warning triggering incorrectly
I add 8283337 to this backport as it is subsumed by 8292695.
Resolved os.cpp due to context.
Context was changed by "8269466: Factor out the common code for initializing and starting internal VM JavaThreads"
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev pull/834/head:pull/834
$ git checkout pull/834
Update a local copy of the PR:
$ git checkout pull/834
$ git pull https://git.openjdk.org/jdk17u-dev pull/834/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 834
View PR using the GUI difftool:
$ git pr show -t 834
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/834.diff