-
Notifications
You must be signed in to change notification settings - Fork 18
8358735: GenShen: block_start() may be incorrect after class unloading #19
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
base: master
Are you sure you want to change the base?
Conversation
|
👋 Welcome back rgithubli! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
Webrevs
|
Backport aa7718d1d2008c240c197383c493955d8b654bf3
Backport 713de231a61234632e2f9858b222b5f7fd0bdaf1
|
/issue add JDK-8372110 |
|
@rgithubli |
|
@rgithubli |
ysramakrishna
left a 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.
Thanks for a good description of the backport & conflicts.
LGTM! 🚢
Backport of JDK-8358735 and its two follow up fixes: JDK-8372110 and JDK-8371854.
The backport of the original issue (JDK-8358735) is almost clean except that atomic.hpp was renamed to atomicAccess.hpp in the later versions, and I had to resolve the conflict by retaining atomic.hpp import.
The two follow up backports are clean.
Our internal application crashed and we identified JDK-8358735 was the root cause. Backporting it for the fix.
Testing: all GHA tests passed.
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/19/head:pull/19$ git checkout pull/19Update a local copy of the PR:
$ git checkout pull/19$ git pull https://git.openjdk.org/jdk25u-dev.git pull/19/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19View PR using the GUI difftool:
$ git pr show -t 19Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/19.diff
Using Webrev
Link to Webrev Comment