-
Notifications
You must be signed in to change notification settings - Fork 127
8325372: Shenandoah: SIGSEGV crash in unnecessary_acquire due to LoadStore split through phi #306
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
Conversation
👋 Welcome back dlutker! 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. |
|
/approval request Backport to resolve a handful of customer reports. Ran Tier 1,2,3 and 4 as well as jcstress -m quick with |
b4c0643
to
d4e336d
Compare
@lutkerd Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
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.
While the patch is still relatively new in mainline, I think this one is good to have earlier in 21u-dev. This is going to be additionally tested by our 21u pipelines, in addition to mainline testing.
There is a GHA failure in x86_32 StringRepeat test, but it does not look relevant.
/approval request Backport to resolve a handful of customer reports. Ran Tier 1,2,3 and 4 as well as jcstress -m quick with -XX:+UseShenandoahGC and did not hit any issues. GHA failures is not related to this change and didn't fail on initial run, rerunning to be safe. |
@lutkerd 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 7 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 (@shipilev) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
/sponsor |
Going to push as commit cc65d0d.
Your commit was automatically rebased without conflicts. |
@phohensee @lutkerd Pushed as commit cc65d0d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backporting to 21 which also has the same issue.
Ran tier1, 2, 3, 4 on linux aarch64 with -XX:+UseShenandoahGC as well as jcstress quick.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/306/head:pull/306
$ git checkout pull/306
Update a local copy of the PR:
$ git checkout pull/306
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/306/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 306
View PR using the GUI difftool:
$ git pr show -t 306
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/306.diff
Webrev
Link to Webrev Comment