equal
deleted
inserted
replaced
25 * @test |
25 * @test |
26 * @bug 6281446 |
26 * @bug 6281446 |
27 * @summary Test that the exception thrown by DynamicMBean.getMBeanInfo() |
27 * @summary Test that the exception thrown by DynamicMBean.getMBeanInfo() |
28 * keeps the init cause. |
28 * keeps the init cause. |
29 * @author Luis-Miguel Alventosa |
29 * @author Luis-Miguel Alventosa |
30 * @modules java.management |
30 * |
31 * @run clean GetMBeanInfoExceptionTest |
31 * @run clean GetMBeanInfoExceptionTest |
32 * @run build GetMBeanInfoExceptionTest |
32 * @run build GetMBeanInfoExceptionTest |
33 * @run main GetMBeanInfoExceptionTest |
33 * @run main GetMBeanInfoExceptionTest |
34 */ |
34 */ |
35 |
35 |