RFR: 8283092: JMX subclass permission check redundant with strong encapsulation [v3]
Kevin Walls
kevinw at openjdk.java.net
Tue Mar 22 07:58:38 UTC 2022
On Mon, 21 Mar 2022 20:19:03 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Removing permission checks which, in the presence of a Security Manager, would check for a RuntimePermission "className.subclass". This was to prevent subclassing these classes, but is no longer necessary with strong encapsulation from modules.
>
> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>
> remove redundant constructors
Thanks all for the comments and reviews!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7827
More information about the security-dev
mailing list