RFR: 8283092: JMX subclass permission check redundant with strong encapsulation [v2]
Kevin Walls
kevinw at openjdk.java.net
Mon Mar 21 20:25:32 UTC 2022
On Mon, 21 Mar 2022 18:40:53 GMT, Mandy Chung <mchung at openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Test update
>
> src/java.management/share/classes/sun/management/spi/PlatformMBeanProvider.java line 210:
>
>> 208: }
>> 209:
>> 210: private PlatformMBeanProvider(Void unused) {
>
> This `PlatformMBeanProvider(Void)` constructor is no longer needed. Same for `AgentProvider(Void)` constructor.
Thanks, yes they can go... Rebuilt and tested ok after the new commit.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7827
More information about the security-dev
mailing list