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.
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.
- is blocked by
-
JDK-8342997 Remove use of System::getSecurityManager and SecurityManager from JavaFX
- Resolved