RFR: 8356557: Update CodeSource::implies API documentation and deprecate java.net.SocketPermission class for removal [v2]
Sean Mullan
mullan at openjdk.org
Thu Jul 17 13:55:49 UTC 2025
On Thu, 17 Jul 2025 12:43:52 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> On a related note, I did a brief search for SocketPermission usages in the JDK and while doing so, I noticed that there's a `sun.security.util.SecurityConstants` class which has a lot of leftover unused security permission related constants. Maybe that can be cleaned up as a separate task?
Right, but the constants are still used in the relevant permission classes. I think it is fine to leave them for now and remove them when the permission classes are removed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26300#issuecomment-3084169452
More information about the security-dev
mailing list