8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it #101
Conversation
…ced in its original loop or an ancestor of it Remove assertion that is too general, that is, it can fail on compilations where C2 generates correct code otherwise.
/summary |
|
@robcasloz Setting summary to:
|
@robcasloz The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
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.
That's reasonable. Looks good to me!
@robcasloz 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 13 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. 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 (@chhagedorn, @TobiHartmann, @vnkozlov) but any other Committer may sponsor as well.
|
Thanks for reviewing, Christian! |
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 good to me too.
Thanks, Tobias! |
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.
Agree.
Thanks, Vladimir! |
/integrate |
@robcasloz |
Thanks again for the reviews, please sponsor. |
/sponsor |
@TobiHartmann @robcasloz Since your change was applied there have been 13 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 417e1d1. |
Remove assertion that is too general, that is, it can fail on compilations where C2 generates correct code otherwise.
The assertion was introduced in JDK-8255763 to prevent potential miscompilations in the case of irreducible CFGs, and will be reconsidered in JDK-8258894 where the general case is addressed.
Tested by building (release and debug) on different platforms.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk16 pull/101/head:pull/101
$ git checkout pull/101