test/java/rmi/server/Unmarshal/PrimitiveClasses.java

Print this page
rev 9212 : 8034000: lack of /othervm option can cause some RMI tests to fail
Reviewed-by: XXX

@@ -22,11 +22,12 @@
  */
 
 /* @test
  * @bug 4442373
  * @summary Verify that RMI can successfully unmarshal Class objects for
- *          primitive types.
+ *          primitive types. This test does not affect VM global state,
+ *          so othervm is not required.
  * @run main PrimitiveClasses
  */
 
 import java.rmi.MarshalledObject;