-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: jfx24
-
Component/s: javafx
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
-