< prev index next >

jdk/test/javax/smartcardio/CommandAPDUTest.java

Print this page

        

@@ -24,12 +24,12 @@
 /*
  * @test
  * @bug 8049021
  * @summary Test different constructors for CommandAPDU and check CLA,INS,NC,NE,
  * P1,and P2
- * @compile -addmods java.smartcardio CommandAPDUTest.java
- * @run testng/othervm -addmods java.smartcardio CommandAPDUTest
+ * @compile --add-modules=java.smartcardio CommandAPDUTest.java
+ * @run testng/othervm --add-modules=java.smartcardio CommandAPDUTest
  */
 import java.nio.ByteBuffer;
 import javax.smartcardio.CommandAPDU;
 import static org.testng.Assert.*;
 import org.testng.annotations.BeforeClass;
< prev index next >