On Wed, 10 Jan 2024 14:02:25 GMT, Daniel Fuchs <dfu...@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

Reply via email to