-
Bug
-
Resolution: Won't Fix
-
P4
-
7
-
generic
-
generic
The test test/javax/management/MBeanServer/MBeanException.java checks exception wrapping. For createMBean, the test attempts to check both for "plain" MBeanServer objects (returned by MBeanServerFactory) and "custom" MBeanServer objects (subclasses of MBeanServerSupport). However use of the wrong variable means that only plain MBeanServer objects are tested.