-
Notifications
You must be signed in to change notification settings - Fork 133
8343607: C2: Shenandoah crashes during barrier expansion in Continuation::enter #2029
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?
8343607: C2: Shenandoah crashes during barrier expansion in Continuation::enter #2029
Conversation
👋 Welcome back cslucas! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Webrevs
|
Two things:
|
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.
The backport itself looks fine. I suspect bots would mark it as clean
once they recognize it as backport.
|
This backport pull request has now been updated with issue from the original commit. |
Also, if you merge with upstream master, the GHA jobs would be fixed. |
Hi @JohnTortugo |
@GoeLin -- from the internal discussion, I believe Cesar (who is currently outside business hours) intended to backport it for 21.0.9; it is just a process hiccup. So I just marked the approval request to get it on maintainers radar. Thanks! |
Thank you for the advice @GoeLin ; thank you Aleksey for clarifying the intent here. |
Clean backport of this shenandoah c2 fix. We hit this bug in our (Amazon) internal CI system and also was reported by RedHat to happen on their CI as well.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2029/head:pull/2029
$ git checkout pull/2029
Update a local copy of the PR:
$ git checkout pull/2029
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2029/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2029
View PR using the GUI difftool:
$ git pr show -t 2029
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2029.diff
Using Webrev
Link to Webrev Comment