-
Bug
-
Resolution: Fixed
-
P3
-
jfx11, 8
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270034 | 8u371 | Kevin Rushforth | P3 | Resolved | Fixed | b03 |
The minimum macOS version on which JavaFX will run is currently set to 10.10:
https://github.com/openjdk/jfx11u/blob/debbd07dfe122f550e6770cfe34b4bf1e7eaff05/buildSrc/mac.gradle#L54
defineProperty("MACOSX_MIN_VERSION", "10.10");
macOS / aarch64 (aka arm64) requires macOS 11.0 as a minimum in order to run.
NOTE: This issue was cloned fromJDK-8265031. Rather than backport that issue to FX 11 and FX 8 in its entirety, we will only update the minimum macOS version for aarch64 builds (to 11.0). For compatibility reasons, we will leave the default macOS version at 10.10 for the older releases of JavaFX.
https://github.com/openjdk/jfx11u/blob/debbd07dfe122f550e6770cfe34b4bf1e7eaff05/buildSrc/mac.gradle#L54
defineProperty("MACOSX_MIN_VERSION", "10.10");
macOS / aarch64 (aka arm64) requires macOS 11.0 as a minimum in order to run.
NOTE: This issue was cloned from
- backported by
-
JDK-8270034 Change default macOS min version for aarch64 to 11.0
- Resolved
- clones
-
JDK-8265031 Change default macOS min version for x86_64 to 10.12 and aarch64 to 11.0
- Resolved