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
8305815: Update Libpng to 1.6.39 #373
Conversation
👋 Welcome back mbalao! 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. |
5f64c80
to
e7e6f95
Compare
@martinuy 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. |
Thanks @phohensee for your review. I had to rebase after 3fa3cfa in PR 372. Nothing was changed as part of this. |
76485d1
to
a08562f
Compare
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout JDK-8305815
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@martinuy this pull request can not be integrated into git checkout JDK-8305815
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
e7e6f95
to
7b0661e
Compare
@martinuy 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. |
@martinuy 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 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 ➡️ To integrate this PR with the above commit message to 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.
The GHA failure looks unrelated to me, but please check it out.
The macOS x64 failure (build release) shown in the GHA looks unrelated to me as it happened while compiling hotspot. This backport is not related in any meaningful way to hotspot code. |
Then you're good to go. I saw the same failure on a few other PRs. |
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. Approved for 8u.
/integrate |
Going to push as commit f4260a4.
Your commit was automatically rebased without conflicts. |
Hi all,
This pull request contains a backport of commit c1f759e9d01d646eac69442452151b0467eab306 from the openjdk/jdk11u-dev repository.
This backport is a follow up fix of JDK-8295685.
This backport applied cleanly, except for the changes to the THIRD_PARTY_README files that are specific to 8u.
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/373/head:pull/373
$ git checkout pull/373
Update a local copy of the PR:
$ git checkout pull/373
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/373/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 373
View PR using the GUI difftool:
$ git pr show -t 373
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/373.diff
Webrev
Link to Webrev Comment