-
Notifications
You must be signed in to change notification settings - Fork 194
8372534: Update Libpng to 1.6.51 #415
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 andrew! A progress list of the required criteria for merging this PR into |
|
@gnu-andrew 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 1 new commit 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 |
|
This backport pull request has now been updated with issue from the original commit. |
MBaesken
left a comment
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.
Maybe you could get rid of the unused-function warning disabling for gcc in 17 too (see Awt2dLibraries.gmk ) , but up to you!
|
|
Okay I see, you cannot remove the warning disabling. |
No, not as it stands (I did try). We could backport JDK-8294466 - I was actually surprised to find that the underlying support for it is already there but only used by HotSpot - but that's something for 17u-dev after this. |
|
Thanks for the reviews. |
|
@gnu-andrew |
|
/integrate |
|
@gnu-andrew Pushed as commit 86a5a83. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Update to the latest version of libpng. Changes from
Awt2dLibraries.gmkwere dropped as warnings are not split by file in 17u (missing JDK-8294466) and there are still unused warnings fromsplashscreen_impl.cin both 17u & 21u. The change built fine with GCC 8 on RHEL 8.I'm proposing this during rampdown so the release ships with the latest version, as we also do with e.g. tzdata.
Progress
Issue
Reviewers
Reviewers without OpenJDK IDs
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u.git pull/415/head:pull/415$ git checkout pull/415Update a local copy of the PR:
$ git checkout pull/415$ git pull https://git.openjdk.org/jdk17u.git pull/415/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 415View PR using the GUI difftool:
$ git pr show -t 415Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u/pull/415.diff
Using Webrev
Link to Webrev Comment