-
Notifications
You must be signed in to change notification settings - Fork 239
8336292: [11u] awt_ImagingLib passes arguments to function without a prototype #2854
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 vieiro! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Webrevs
|
The GHA macos-13 runner has problems with reverse DNS lookups actions/runner-images#8649, that causes JDI/JDWSP tests to fail. Modifying /etc/hosts to allow the hostname to be resolved fixes the problem. |
@vieiro This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
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.
LGTM.
Hi @TheRealMDoerr . Thanks for the review. Would it be possible to rerun macos jobs? (I don't have permissions to do that ). Thanks!. |
I can only rerun jobs in my own PRs. You should find a rerun button next to the failing test. |
Thanks, @TheRealMDoerr . I couldn't rerun failed jobs, so I ran the whole workflow. I think I'll wait for reviews on the remaining integration blockers/PRs before requesting an approval. |
@GoeLin You're asking why many tests
Hope this clarifies, |
The parent pull request that this pull request depends on has been closed without being integrated and the target branch of this pull request has been updated as the previous branch was deleted. This means that changes from the parent pull request will start to show up in this pull request. If closing the parent pull request was done in error, it will need to be re-opened and this pull request will need to manually be retargeted again. |
Parent pull requests have been closed without review, so there's no point in continuing just with this PR. |
This is a fix to JDK-8336292: Building 11u on the latest macos-13 GHA platform (XCode 14, clang 14) fails as we are passing arguments to a function without a prototype in awt_ImagingLib.c.
The fix adds disables the
deprecated-non-prototype
when building with clang, for the build to pass.This is a 11u only issue, as the make infrastructure was reorganized in JDK-8244044 after OpenJDK 15, and enhanced afterwards. Backporting JDK-8244044 is an important change that should be avoided unless strictly necessary.
Progress
Integration blocker
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2854/head:pull/2854
$ git checkout pull/2854
Update a local copy of the PR:
$ git checkout pull/2854
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2854/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2854
View PR using the GUI difftool:
$ git pr show -t 2854
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2854.diff
Webrev
Link to Webrev Comment