On Wed, 25 Oct 2023 17:02:03 GMT, Kevin Walls <kev...@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

src/java.management/share/classes/javax/management/loading/MLet.java line 68:

> 66: import javax.management.ReflectionException;
> 67: 
> 68: import static com.sun.jmx.defaults.JmxProperties.MLET_LIB_DIR;

Do those 2 statics in JmxProperties also need to be removed?

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

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

Reply via email to