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
8260518: Change default -mmacosx-version-min to 10.12 #810
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
Lgtm.
Note to Maintainers: 10.9 through 10.14 are eol, and the oldest machines supported by 10.12 are from 2009/2010, see https://support.apple.com/kb/SP742?locale=en_USh. Imo it's safe to say that it's very unlikely there are machines running OSX versions earlier than 10.12.
@VladimirKempik 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
|
Thanks Paul. |
While I agree, why take the risk? This can be easily set conditionally for aarch64. |
This was reasoned in the bug description:
|
@GoeLin, two weeks later - no objections ( https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2022-February/012026.html ) |
Can this be merged? |
The JBS issue has been tagged with jdk11u-fix-yes, so yes, it can be merged. |
/integrate |
Going to push as commit 5561fd1.
Your commit was automatically rebased without conflicts. |
@VladimirKempik Pushed as commit 5561fd1. |
Thank you Paul and Vladimir! |
Please review this backport of JDK-8260518 to jdk11u-dev
The backport is not applying clean due to the context code difference.
It's needed mostly to resolve this compilation error on macos-aarch64
splashscreen_sys.m:274:39: error: 'NSAlphaFirstBitmapFormat' is deprecated: first deprecated in macOS 10.14 [-Werror,-Wdeprecated-declarations]
This will allow to add macos-aarch64 build into github actions for jdk11u-dev ( once jep-391 backport is integrated)
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/810/head:pull/810
$ git checkout pull/810
Update a local copy of the PR:
$ git checkout pull/810
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/810/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 810
View PR using the GUI difftool:
$ git pr show -t 810
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/810.diff