-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b26
The AWT Permissions are already removed from the spec.
But the implementation still defines and tests them - no op dead code.
We should remove all of these in preparation for deprecating the AWTPermission class (see https://bugs.openjdk.org/browse/JDK-8342280)
A couple need to be handled as part of separate PRs due to the scope of their usage and implementation but most are simple and can be removed in one go.
But the implementation still defines and tests them - no op dead code.
We should remove all of these in preparation for deprecating the AWTPermission class (see https://bugs.openjdk.org/browse/JDK-8342280)
A couple need to be handled as part of separate PRs due to the scope of their usage and implementation but most are simple and can be removed in one go.
- links to
-
Commit(master) openjdk/jdk/02760796
-
Review(master) openjdk/jdk/22350