jdk/test/javax/management/mxbean/MXBeanNotifTest.java
changeset 43503 bc7f8619ab70
parent 34827 de746e7eb1e3
equal deleted inserted replaced
43502:aec39566b45e 43503:bc7f8619ab70
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8058865
    26  * @bug 8058865
    27  * @summary Checks MXBean proper registration both as its implementation class and interface
    27  * @summary Checks MXBean proper registration both as its implementation class and interface
    28  * @author Olivier Lagneau
    28  * @author Olivier Lagneau
    29  * @modules java.management
    29  * @modules java.management.rmi
    30  * @library /lib/testlibrary
    30  * @library /lib/testlibrary
    31  * @compile Basic.java
    31  * @compile Basic.java
    32  * @run main/othervm/timeout=300 -DDEBUG_STANDARD MXBeanNotifTest -numOfNotifications 239 -timeForNotificationInSeconds 4
    32  * @run main/othervm/timeout=300 -DDEBUG_STANDARD MXBeanNotifTest -numOfNotifications 239 -timeForNotificationInSeconds 4
    33  */
    33  */
    34 
    34