-
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
8335552: [8u] JDK-8303466 backport to 8u requires 3 ::Identity signature fixes #532
Conversation
👋 Welcome back fferrari! A progress list of the required criteria for merging this PR into |
@franferrax 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 no new commits pushed to 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 (@martinuy, @rwestrel, @gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
This would have detected the issue in the GitHub Actions execution.
Webrevs
|
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.
|
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.
@franferrax Please apply for approval of this bug, thanks! |
/approval request jdk8u is affected by this bug after the JDK-8335472 integration. ::Identity methods are not being invoked, leading to sub-optimal code for MaxLNode, MinLNode and ConvI2LNode. The patch has been reviewed and GitHub Actions passed (except for macOS, where the jobs are still waiting for an available runner to pick them). |
@franferrax |
I just noticed that, given cbd483a, this is a clean backport of JDK 9's JDK-8075511 (openjdk/jdk9u@8efb3ab). For the sake of clarity, I will add the issue and apply for approval there too. Sorry @jerboaa for bothering you with one more approval. |
/issue add 8075511 |
@franferrax |
/approval 8075511 request JDK-8335552 could have been avoided with this warning (treated as error in GitHub Actions). A 8u backport is already part of the approved PR. |
@franferrax |
@franferrax Hmm, thinking some more about this and seeing the warnings on the added issue. Please create a separate backport for it and then merge that into this one. |
This backport pull request has now been updated with issue from the original commit. |
@gnu-andrew: ok, sounds reasonable, no problem! |
Thanks for your understanding. You should just be able to backout the commit from this PR and drop the bug ID. |
/issue remove 8075511 |
@franferrax |
/label remove backport |
@franferrax |
This reverts commit cbd483a.
/backport disable jdk8u-dev |
@franferrax Backport for repo |
@gnu-andrew: the only thing I could not do is to remove the |
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.
Patch looks fine now. Let's see what the commit message says to see if the backport label is an issue.
Doesn't look to be. |
/integrate |
@franferrax |
/sponsor |
Going to push as commit 16ea85b. |
@martinuy @franferrax Pushed as commit 16ea85b. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hmmm, but the final commit message still included |
Ugh. I don't see a way we could have removed it and this wasn't in the preview commit summary. Might be worth a SKARA bug. |
The original backport hash is obtained from a hidden comment in this message with a specific format (we can see the hidden part in the raw message body). The So even if we managed to remove the Apparently, a PR that starts or becomes a backport, is totally unexpected to return to a non-backport state. Knowing about this irreversible process is enough for me, to be more careful next time. In the unlikely case we need to return to a non-backport PR in the future, we can just start a new PR. |
Hi, here is a followup fix for #529, where @wkia has noted a problem with the
MaxLNode::Identity
,MinLNode::Identity
andConvI2LNode::Identity
signatures: #529 (comment).A complimentary JDK-8075511 backport can be found in #534.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/532/head:pull/532
$ git checkout pull/532
Update a local copy of the PR:
$ git checkout pull/532
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/532/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 532
View PR using the GUI difftool:
$ git pr show -t 532
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/532.diff
Webrev
Link to Webrev Comment