< prev index next >

test/sun/rmi/rmic/classpath/RMICClassPathTest.java

Print this page

        

@@ -28,10 +28,12 @@
 /* @test
  * @bug 6610897 8030844
  * @summary New constructor in sun.tools.java.ClassPath builds a path using
  *          File.separator instead of File.pathSeparator. This test does
  *          not affect VM global state, so othervm is not required.
+ * @modules jdk.rmic/sun.rmi.rmic
+ *          jdk.rmic/sun.tools.java
  * @run main RMICClassPathTest
  */
 
 import java.io.File;
 
< prev index next >