JDK-8266554 : Change default macOS min version for aarch64 to 11.0
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 8,openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2021-05-05
  • Updated: 2023-01-12
  • Resolved: 2021-05-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u371Fixed openjfx11.0.12Fixed
Related Reports
Cloners :  
Description
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 from JDK-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.
Comments
Changeset: 8805e436 Author: Johan Vos <jvos@openjdk.org> Date: 2021-05-19 06:13:35 +0000 URL: https://git.openjdk.java.net/jfx11u/commit/8805e436c9eb8a622a4ec7b6f2a168ec5b713d81
19-05-2021