< prev index next >

jdk/test/com/sun/corba/7130985/CorbaExceptionsCompileTest.java

Print this page

        

@@ -25,12 +25,12 @@
  * @test
  * @bug 7130985
  * @summary Four helper classes missing in Sun JDK
  * @library /lib/testlibrary
  * @build jdk.testlibrary.*
- * @compile -addmods java.corba CorbaExceptionsCompileTest.java
- * @run main/othervm -addmods java.corba CorbaExceptionsCompileTest
+ * @modules java.corba
+ * @run main CorbaExceptionsCompileTest
  */
 
 import java.io.*;
 import java.nio.file.Files;
 import java.nio.file.Path;
< prev index next >