-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b26
JEP 486 - Permanently Disable the SecurityManager - obsoleted all permission checks and removed references from the Java SE specification
As a result the AWT implementation still has a significant amount of obsolete code revolving around AWTPermission("accessClipboard");
This code is widespread and complex enough that removing it needs to be separated out from other cases of removing permission checks so it can be understood and reviewed standalone.
As a result the AWT implementation still has a significant amount of obsolete code revolving around AWTPermission("accessClipboard");
This code is widespread and complex enough that removing it needs to be separated out from other cases of removing permission checks so it can be understood and reviewed standalone.
- links to
-
Commit(master) openjdk/jdk/4d898aa4
-
Review(master) openjdk/jdk/22356