On Fri, 22 Nov 2024 14:31:21 GMT, Volkan Yazıcı <d...@openjdk.org> wrote:
> Addresses [8344222](https://bugs.openjdk.org/browse/JDK-8344222) and removes > `SecurityManager` and `doPrivileged()` usages from `Http(s)URLConnection` and > `HttpConnectSocketImpl`. `tier2` and `tier3` results are on their way. This pull request has now been integrated. Changeset: 25dd51e4 Author: Volkan Yazıcı <volkan.yaz...@oracle.com> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/25dd51e4fc424deb0cb71ec8c706c551e9abad55 Stats: 51 lines in 4 files changed: 1 ins; 44 del; 6 mod 8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration Reviewed-by: dfuchs, jpai ------------- PR: https://git.openjdk.org/jdk/pull/22326