test/java/rmi/MarshalledObject/compare/Compare.java

Print this page

        

@@ -27,11 +27,11 @@
  * @summary Codebase annotations on classes that are marshalled should not
  *          affect the behavior of MarshalledObject.equals.  Only the bytes
  *          not involved in location should be compared.
  * @author Ken Arnold
  *
- * @run main Compare 11 annotatedRef
+ * @run main/othervm Compare 11 annotatedRef
  */
 
 import java.rmi.MarshalledObject;
 import java.io.*;