> Calls to getSecurityManager, checkPermission, and doPrivileged are removed. > > - URLUtils.getConnectPermission is still used in the client area and couldn't > be removed right away. > [JDK-8344303](https://bugs.openjdk.org/browse/JDK-8344303) has been logged. > > - Similarly, URLConnection.getPermission is a public API. > [JDK-8344308](https://bugs.openjdk.org/browse/JDK-8344308) has been logged to > deprecate it for removal.
Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision: Review feedback: no longer unwrap ServiceConfigurationError ------------- Changes: - all: https://git.openjdk.org/jdk/pull/22153/files - new: https://git.openjdk.org/jdk/pull/22153/files/366598ac..914a31f2 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=22153&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22153&range=01-02 Stats: 56 lines in 2 files changed: 3 ins; 51 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/22153.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/22153/head:pull/22153 PR: https://git.openjdk.org/jdk/pull/22153