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

Print this page

        

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