JDK-8344117 : Track post-SM-removal changes in JDK to ReflectUtil, MethodUtil
  • Type: Task
  • Component: javafx
  • Sub-Component: base
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-11-13
  • Updated: 2025-01-17
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
jfx25Unresolved
Related Reports
Blocks :  
Description
JavaFX has a lightly-modified copy of the JDK's ReflectUtil and MethodUtil classes. Some of of the functionality of these two classes is obsolete after the changes to blah, especially the ReflectUtil methods, which were there to check package access in the presence of a security manager.

This is a task to track any post-SecurityManager-removal changes in the JDK to the ReflectUtil and MethodUtil classes. If the JDK modifies these classes (or, in the case of ReflectUtil, removes it), we should do the same for the corresponding JavaFX classes. If this happens, I will file a new bug to make the changes.