RFR: 8344177: Remove SecurityManager and related calls from java.management
Kevin Walls
kevinw at openjdk.org
Mon Nov 18 14:51:12 UTC 2024
On Mon, 18 Nov 2024 14:39:05 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Remove redundant SecurityManager, AccessController references
>> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the Security Manager).
>
> src/java.management/share/classes/com/sun/jmx/remote/security/MBeanServerAccessController.java line 77:
>
>> 75: * <p>An MBean could possibly be a CassLoader.
>> 76: * Users who do want an MBean which could be a ClassLoader should not permit
>> 77: * MBean creation.</p>
>
> Did you mean "who do not want" ?
A CassLoader also, will clarify! 8-)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22100#discussion_r1846716243
More information about the serviceability-dev
mailing list