JDK-8342994 : Remove security manager calls in com.sun.javafx.reflect
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: jfx24
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-10-24
  • Updated: 2024-11-16
  • Resolved: 2024-11-14
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
jfx24 masterFixed
Related Reports
Blocks :  
Blocks :  
Description
Remove all calls to deprecated SM methods in the com.sun.javafx.reflect package (primarily MethodUtil and ReflectUtil) in javafx.base

These were originally copied (and lightly modified) from the sun.reflect.misc package in the JDK; the JDK classes have evolved since then, so we need to see which changes need to be applied. It might also be worth asking how the JDK plans to handle these classes post-SM-removal.
Comments
Changeset: dd600658 Branch: master Author: Kevin Rushforth <kcr@openjdk.org> Date: 2024-11-14 20:15:36 +0000 URL: https://git.openjdk.org/jfx/commit/dd60065808bc847d8efbb818b8f83c4e61290d29
14-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1631 Date: 2024-11-08 21:46:38 +0000
08-11-2024