-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: client-libs
-
b26
Whilst removing doPrivileged calls in
java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java
it was noted that there's a lot of code in there that is obsolete as a result of the obsolescence of the SecurityManager, webstart, applets etc.
ProtectionDomain usage is probably obsolete.
Since this will be a larger change that needs more focused attention it would not be prudent to tackle this as part of removing doPrivileged uses, so this standalone bug is being submitted.
java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java
it was noted that there's a lot of code in there that is obsolete as a result of the obsolescence of the SecurityManager, webstart, applets etc.
ProtectionDomain usage is probably obsolete.
Since this will be a larger change that needs more focused attention it would not be prudent to tackle this as part of removing doPrivileged uses, so this standalone bug is being submitted.
- links to
-
Commit(master)
openjdk/jdk/1d5587b8
-
Review(master)
openjdk/jdk/22381