-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: client-libs
-
b25
Since JEP 486 : Permanently Disable the Security Manager
[https://bugs.openjdk.org/browse/JDK-8338625] is now integrated, calls to java.security.AccessController.doPrivileged and SecurityManager.checkPermission are obsolete and can be removed.
This bug enumerates files in the java.datatransfer module that use these APIs
share/classes/java/awt/datatransfer/DataFlavor.java
share/classes/java/awt/datatransfer/SystemFlavorMap.java
[https://bugs.openjdk.org/browse/JDK-8338625] is now integrated, calls to java.security.AccessController.doPrivileged and SecurityManager.checkPermission are obsolete and can be removed.
This bug enumerates files in the java.datatransfer module that use these APIs
share/classes/java/awt/datatransfer/DataFlavor.java
share/classes/java/awt/datatransfer/SystemFlavorMap.java
- links to
-
Commit(master)
openjdk/jdk/99070658
-
Review(master)
openjdk/jdk/22127