RFR: JDK-8344303 : Remove usage of URLUtil.getConnectPermission from sun.awt.SunToolkit and sun.awt.image.URLImageSource
Harshitha Onkar
honkar at openjdk.org
Fri Nov 22 19:53:15 UTC 2024
On Fri, 22 Nov 2024 19:17:55 GMT, Phil Race <prr at openjdk.org> wrote:
> so what about this ?
>
> --- a/src/java.base/share/classes/module-info.java +++ b/src/java.base/share/classes/module-info.java
Thank you. Updated. I didn't know we had to remove the linkage to java.desktop here and it is a quick way to check if build works and there are no left over dependencies of sun.net.util in java.desktop.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22330#issuecomment-2494670707
More information about the client-libs-dev
mailing list