On Thu, 17 Jul 2025 12:43:52 GMT, Jaikiran Pai <j...@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