jdk/test/java/rmi/MarshalledObject/compare/HashCode.java
changeset 14778 5947768d173d
parent 5506 202f599c92aa
child 22614 2e2f77dc2599
equal deleted inserted replaced
14777:62a7f77b65c8 14778:5947768d173d
    25  * @test
    25  * @test
    26  * @bug 4105900
    26  * @bug 4105900
    27  * @summary MarshalledObject with null throws NullPointerException
    27  * @summary MarshalledObject with null throws NullPointerException
    28  * @author Ken Arnold
    28  * @author Ken Arnold
    29  *
    29  *
    30  * @build HashCode
       
    31  * @run main HashCode 11 annotatedRef
    30  * @run main HashCode 11 annotatedRef
    32  */
    31  */
    33 
    32 
    34 import java.rmi.MarshalledObject;
    33 import java.rmi.MarshalledObject;
    35 
    34