jdk/test/java/rmi/MarshalledObject/compare/HashCode.java
changeset 22614 2e2f77dc2599
parent 14778 5947768d173d
child 23010 6dadb192ad81
equal deleted inserted replaced
22613:4492f0cfdd38 22614:2e2f77dc2599
    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  * @run main HashCode 11 annotatedRef
    30  * @run main/othervm HashCode 11 annotatedRef
    31  */
    31  */
    32 
    32 
    33 import java.rmi.MarshalledObject;
    33 import java.rmi.MarshalledObject;
    34 
    34 
    35 public class HashCode {
    35 public class HashCode {