RFR: 8344181: Remove SecurityManager and related calls from jdk.management and jdk.management.agent [v2]

Kevin Walls kevinw at openjdk.org
Wed Nov 20 12:22:56 UTC 2024


On Wed, 20 Nov 2024 04:46:32 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Kevin Walls has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - space
>>  - Missed getBoolean
>
> src/jdk.management.agent/share/classes/jdk/internal/agent/Agent.java line 39:
> 
>> 37: import java.net.UnknownHostException;
>> 38: import java.nio.BufferUnderflowException;
>> 39: import java.security.PrivilegedAction;
> 
> It doesn't look like java.security.PrivilegedAction is needed.

thanks, and found one more in PlatformMBeanProviderImpl.java, will add it to the PR.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22155#discussion_r1850219824


More information about the serviceability-dev mailing list