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

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jan 4 02:00:27 UTC 2024


On Wed, 25 Oct 2023 17:02:03 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Remove the MLet feature and its tests.
> 
> Some tests use MLet classes but are not testing MLets.  These are updated, to use another test MBean or an MBean which is a URLClassLoader, e.g.
> test/jdk/javax/management/MBeanServer/PostExceptionTest.java
> test/jdk/javax/management/remote/mandatory/loading/TargetMBeanTest.java

test/jdk/javax/management/Introspector/ClassLeakTest.java line 53:

> 51: 
> 52:         MBeanServer mbs = MBeanServerFactory.createMBeanServer();
> 53:         ObjectName testName = new ObjectName("x:name=Test");

Q: I'd just like to understand why it is `x:name=Test` instead of `x:type=Test` as it was before.

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

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


More information about the serviceability-dev mailing list