On Mon, 21 Mar 2022 18:40:53 GMT, Mandy Chung <[email protected]> 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