equal
deleted
inserted
replaced
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 { |