On Mon, 25 Nov 2024 00:36:40 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which cleans up the usages of > SecurityManager APIs from a couple of `sun.net` packages? This addresses > https://bugs.openjdk.org/browse/JDK-8344857. > > No new tests have been added and existing tests in tier1, tier2 and tier3 > continue to pass. This pull request has now been integrated. Changeset: 3326874f Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3326874f5f067119b3632a3ea96f0c2f3897598e Stats: 50 lines in 2 files changed: 0 ins; 24 del; 26 mod 8344857: Remove calls to SecurityManager and doPrivileged in SocketExceptions and URLJarFile in the sun.net package after JEP 486 integration Reviewed-by: dfuchs, michaelm ------------- PR: https://git.openjdk.org/jdk/pull/22352