< prev index next >

test/java/util/jar/Manifest/CreateManifest.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 7148584
  * @summary Jar tools fails to generate manifest correctly when boundary condition hit
+ * @modules jdk.jartool/sun.tools.jar
  * @compile -XDignore.symbol.file=true CreateManifest.java
  * @run main CreateManifest
  */
 
 import java.nio.file.Files;
< prev index next >