-
Notifications
You must be signed in to change notification settings - Fork 145
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
8173361: various crashes in JvmtiExport::post_compiled_method_load #9
Conversation
👋 Welcome back dongbohe! A progress list of the required criteria for merging this PR into |
Backport-of: b1d915ef80ebdf511dc2897b20ada78b3dc44241
This backport pull request has now been updated with issue and summary from the original commit. |
Webrevs
|
Hi, Can I get another review from 8u reviewer? |
/cc serviceability |
@dongbohe |
/reviewer add sspitsyn |
@dongbohe Syntax:
|
/reviewer credit sspitsyn |
@dongbohe |
@dongbohe This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
ping... |
@dongbohe This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
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.
This looks like a fairly clean backport. The only differences I see are NoSafepointVerifier
and No_Safepoint_Verifier
and the lack of the #ifndef USDT2
block in 8u.
Can you merge this with jdk8u-dev/master so that the GitHub build checks run? Thanks.
Thanks for picking this up, I also reopened #19 . |
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.
Build runs look good.
@dongbohe This change now passes all automated pre-integration checks. 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 4 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@dongbohe This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
I've approved the bug with |
/integrate |
/sponsor |
Going to push as commit 1b4f32d.
Your commit was automatically rebased without conflicts. |
@gnu-andrew @dongbohe Pushed as commit 1b4f32d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
This PR has been reviewed before move to github: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2022-January/014487.html
Thanks,
hedongbo
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/9/head:pull/9
$ git checkout pull/9
Update a local copy of the PR:
$ git checkout pull/9
$ git pull https://git.openjdk.org/jdk8u-dev pull/9/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 9
View PR using the GUI difftool:
$ git pr show -t 9
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/9.diff