JDK-8340003 : Bump minimum JDK version for JavaFX to JDK 22
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx24
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-09-12
  • Updated: 2024-09-27
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
Even though we build JavaFX binaries with JDK 22 as the boot JDK (see JDK-8336633), the latest version of JavaFX still builds and runs with JDK 21, although it isn't tested with older JDK versions.

In order for JavaFX to be able to use newer JDK features, such FFM (Panama), we need to increase the minimum version of the JDK that can run the latest JavaFX. Additionally, there is an ongoing cost to keeping JavaFX buildable and runnable on older versions of Java, and little reason to continue to do so.

This JBS issue proposes to bump the minimum version of the JDK needed to run JavaFX to JDK 22. This enhancement must not be backported to any earlier version.