< prev index next >

test/sun/misc/JarIndex/JarIndexMergeTest.java

Print this page

        

@@ -22,13 +22,14 @@
  */
 
 /*
  * @test
  * @bug 6901992
+ * @summary InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
+ * @modules java.base/sun.misc
  * @compile -XDignore.symbol.file JarIndexMergeTest.java
  * @run main JarIndexMergeTest
- * @summary InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
  * @author  Diego Belfer
  */
 
 import java.io.File;
 import java.io.FileNotFoundException;
< prev index next >