JDK-8359759 : Remove the FXPermission class
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: base
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-06-17
  • Updated: 2025-07-07
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
jfx26Unresolved
Related Reports
Relates :  
Relates :  
Description
The FXPermission class was terminally deprecated in JavaFX 24 with the stated intention of removing it in a subsequent release. We should remove it in JavaFX 26.

Following the removal of support for the Java Security Manager from JavaFX, the FXPermission class is no longer used nor is it useful. There is no value in continuing to carry this class around.