Now that the Security Manager is permanently disabled, the following permission classes in the core libraries area can be deprecated for removal as they are no longer useful: FilePermission, LinkPermission, LoggingPermission, PropertyPermission, ReflectPermission, RuntimePermission, and SerializablePermission
@Deprecated(forRemoval = true, since="25") Is added to each class and the existing @apiNote is converted to @deprected ------------- Commit messages: - 8353641: Deprecate core library permission classes for removal Changes: https://git.openjdk.org/jdk/pull/24444/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24444&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8353641 Stats: 47 lines in 15 files changed: 28 ins; 0 del; 19 mod Patch: https://git.openjdk.org/jdk/pull/24444.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24444/head:pull/24444 PR: https://git.openjdk.org/jdk/pull/24444