RFR: 8318707: Remove the Java Management Extension (JMX) Management Applet (m-let) feature [v3]

Kevin Walls kevinw at openjdk.org
Thu Jan 11 21:06:29 UTC 2024


On Wed, 10 Jan 2024 14:02:25 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove unnecessary MLET_ Properties
>
> test/jdk/javax/management/mxbean/MXBeanLoadingTest1.java line 85:
> 
>> 83:             MBeanServer mbs = MBeanServerFactory.createMBeanServer();
>> 84:             ObjectName testName = new ObjectName("x:type=test");
>> 85:             ObjectInstance mb = mbs.createMBean(Test.class.getName(), testName);
> 
> Same remark here - I think we need to first register an MBean which is a ClassLoader and implements PrivateClassLoader to replace the MLet in this test.

Updated!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16363#discussion_r1449391712


More information about the serviceability-dev mailing list