< prev index next >

jdk/test/javax/smartcardio/Serialize.java

Print this page

        

@@ -24,12 +24,12 @@
 /**
  * @test
  * @bug 6445367
  * @summary make sure serialization works
  * @author Andreas Sterbenz
- * @compile -addmods java.smartcardio Serialize.java
- * @run main/othervm -addmods java.smartcardio Serialize
+ * @compile --add-modules=java.smartcardio Serialize.java
+ * @run main/othervm --add-modules=java.smartcardio Serialize
  */
 
 import java.io.*;
 
 import javax.smartcardio.*;
< prev index next >