RFR: 8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
Jaikiran Pai
jpai at openjdk.org
Fri Nov 15 11:40:45 UTC 2024
On Fri, 15 Nov 2024 11:26:50 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> No CSR needed for removing those permissions. There's no visible change to the public APIs, and no behavior change that was not already covered by JEP 486 CSR, since permissions checks have now become deadcode. Or am I missing something?
I believe you are right. The `Permission` classes themselves haven't been deprecated, so I was just curious whether the removal of these named permissions that relate to such classes need to be handled in any specific manner.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22145#issuecomment-2478627267
More information about the net-dev
mailing list