-
Sub-task
-
Resolution: Fixed
-
P4
-
24
-
b26
sun.awt.SunToolkit and sun.awt.image.URLImageSource are calling sun.net.util.URLUtil.getConnectPermission(URL)
With the SecurityManager gone there's no need to call this method anymore.
This will allow to remove the method from sun.net.util.URLUtil.
With the SecurityManager gone there's no need to call this method anymore.
This will allow to remove the method from sun.net.util.URLUtil.
- blocks
-
JDK-8344180 Revisit SecurityManager usage in java.net after JEP 486 integration
-
- Resolved
-
- relates to
-
JDK-8344221 Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/a6220fa9
-
Review(master) openjdk/jdk/22330