On Fri, 15 Nov 2024 08:24:45 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which removes the usages of > `SecurityManager` and calls to `AccessController.doPrivileged()` from the > `sun.net.www.MimeTable` class? > > No new tests have been introduced and existing tests in tier1 and tier2 > continue to pass with this change. This pull request has now been integrated. Changeset: d2e4b511 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d2e4b51133674381f2e220abc0e07704e5346b05 Stats: 37 lines in 1 file changed: 0 ins; 25 del; 12 mod 8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/22137