-
Bug
-
Resolution: Fixed
-
P3
-
jfx17
https://github.com/openjdk/jfx/blob/8adbc673d095607e8a6109fbb951fa17b9d6caad/buildSrc/mac.gradle#L58
defineProperty("MACOSX_MIN_VERSION", "10.10");
macOS 10.10 is many years out of support, so we should update this minimum. Further, macOS / aarch64 (aka arm64) requires macOS 11.0 as a minimum in order to run.
The JDK recently updated their minimum for x86_64 to 10.12 and for aarch64 to 11.0. See:
https://github.com/openjdk/jdk/blob/627ad9fe22a153410c14d0b2061bb7dee2c300af/make/autoconf/flags.m4#L136
We should do the same for JavaFX.
- is blocked by
-
JDK-8264928 Update to Xcode 12.4
- Resolved
- is cloned by
-
JDK-8266554 Change default macOS min version for aarch64 to 11.0
- Resolved
- relates to
-
JDK-8308114 Bump minimum version of macOS for x64 to 11.0 (matching aarch64)
- Resolved
-
JDK-8266743 Crash on macOS 10.11 due to ignored @available 10.12 check
- Resolved
-
JDK-8269967 JavaFX should fail fast on macOS below minimum version
- Resolved
-
JDK-8269968 [REDO] Bump minimum version of macOS for x64 to 10.12
- Resolved
-
JDK-8253795 Implementation of JEP 391: macOS/AArch64 Port
- Resolved
-
JDK-8260518 Change default -mmacosx-version-min to 10.12
- Resolved