-
Bug
-
Resolution: Unresolved
-
P4
-
jfx24
After the removal of the security manager checks in JDK-8342997, the callerClass field along with the callerClass argument in the various load* methods is unused (callerClass is always null now). After double-checking this, we can remove the callerClass field and arguments from the load* methods.
- is blocked by
-
JDK-8342997 Remove use of System::getSecurityManager and SecurityManager from JavaFX
- Resolved