jdk/test/javax/management/monitor/RuntimeExceptionTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    25  * @test
    25  * @test
    26  * @bug 6200391
    26  * @bug 6200391
    27  * @summary Test that the jmx.monitor.error.runtime monitor notification
    27  * @summary Test that the jmx.monitor.error.runtime monitor notification
    28  *          is emitted when getAttribute throws RuntimeException.
    28  *          is emitted when getAttribute throws RuntimeException.
    29  * @author Luis-Miguel Alventosa
    29  * @author Luis-Miguel Alventosa
    30  * @modules java.management
    30  *
    31  * @run clean RuntimeExceptionTest MBeanServerBuilderImpl
    31  * @run clean RuntimeExceptionTest MBeanServerBuilderImpl
    32  *            MBeanServerForwarderInvocationHandler
    32  *            MBeanServerForwarderInvocationHandler
    33  * @run build RuntimeExceptionTest MBeanServerBuilderImpl
    33  * @run build RuntimeExceptionTest MBeanServerBuilderImpl
    34  *            MBeanServerForwarderInvocationHandler
    34  *            MBeanServerForwarderInvocationHandler
    35  * @run main RuntimeExceptionTest
    35  * @run main RuntimeExceptionTest