jdk/test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java
equal
deleted
inserted
replaced
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 |