Other |
---|
jfx24Unresolved |
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Blocks :
|
JDK-8342441 is tracking the removal of calls to AccessController.doPrivileged. This bug tracks removal of the remaining uses of AccessController and AccessControlContext. Excluding AccessController.doPrivileged, there are 255 occurrences in 90 files, although several of these are associated with doPrivileged calls and will be eliminated along with the removal of doPrivileged, so this should be rechecked after JDK-8342441 is done. Also, double check: - unused imports - unnecessary `@SuppressWarning`s - remove FXPermissions class
|