test/java/rmi/MarshalledObject/compare/HashCode.java

Print this page
rev 9077 : 8031179: update RMI tests to declare othervm explicitly
Summary: The /othervm declaration should be added to all the RMI tests and the RMI directories removed from the othervm.dirs property
Reviewed-by: smarks
Contributed-by: Eric Wang <yiming.wang@oracle.com>

*** 25,35 **** * @test * @bug 4105900 * @summary MarshalledObject with null throws NullPointerException * @author Ken Arnold * ! * @run main HashCode 11 annotatedRef */ import java.rmi.MarshalledObject; public class HashCode { --- 25,35 ---- * @test * @bug 4105900 * @summary MarshalledObject with null throws NullPointerException * @author Ken Arnold * ! * @run main/othervm HashCode 11 annotatedRef */ import java.rmi.MarshalledObject; public class HashCode {