jdk/test/javax/management/remote/mandatory/notif/NotSerializableNotifTest.java
changeset 43503 bc7f8619ab70
parent 33993 7782d2d6534e
child 44423 306c020eb154
equal deleted inserted replaced
43502:aec39566b45e 43503:bc7f8619ab70
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Tests to send a not serializable notification.
    26  * @summary Tests to send a not serializable notification.
    27  * @bug 5022196 8132003
    27  * @bug 5022196 8132003
    28  * @author Shanliang JIANG
    28  * @author Shanliang JIANG
    29  * @modules java.management
    29  * @modules java.management.rmi
    30  * @run clean NotSerializableNotifTest
    30  * @run clean NotSerializableNotifTest
    31  * @run build NotSerializableNotifTest
    31  * @run build NotSerializableNotifTest
    32  * @run main NotSerializableNotifTest
    32  * @run main NotSerializableNotifTest
    33  */
    33  */
    34 
    34