On Wed, 27 Nov 2024 08:21:34 GMT, Volkan Yazıcı <d...@openjdk.org> wrote:
> This change set, addressing > [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes > `SecurityManager` and friends from > `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from > `SM` cleanup in the subclasses of `URLConnection` in the `sun.net` package. > Successful `tier1..3` CI runs on b02813b048ec63479c49e74ca6326a00409dd34f are > shared in the ticket. This pull request has now been integrated. Changeset: ac3bbf7d Author: Volkan Yazıcı <volkan.yaz...@oracle.com> Committer: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/ac3bbf7ddc1f6a55682264d66282e6ee8825f47a Stats: 14 lines in 1 file changed: 0 ins; 10 del; 4 mod 8344856: Remove calls to SecurityManager and doPrivileged in sun.net.www.protocol.ftp.FtpURLConnection after JEP 486 integration Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/22407