jdk/test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java
changeset 44423 306c020eb154
parent 37890 f6cb5112c878
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    25  * @test
    25  * @test
    26  * @bug 6403794
    26  * @bug 6403794
    27  * @summary Test that all the platform MXBeans are wrapped in StandardMBean so
    27  * @summary Test that all the platform MXBeans are wrapped in StandardMBean so
    28  *          an MBeanServer which does not have support for MXBeans can be used.
    28  *          an MBeanServer which does not have support for MXBeans can be used.
    29  * @author Luis-Miguel Alventosa
    29  * @author Luis-Miguel Alventosa
    30  * @modules jdk.management
    30  *
    31  * @run clean MBeanServerMXBeanUnsupportedTest
    31  * @run clean MBeanServerMXBeanUnsupportedTest
    32  * @run build MBeanServerMXBeanUnsupportedTest
    32  * @run build MBeanServerMXBeanUnsupportedTest
    33  * @run main/othervm MBeanServerMXBeanUnsupportedTest
    33  * @run main/othervm MBeanServerMXBeanUnsupportedTest
    34  */
    34  */
    35 
    35