< prev index next >

test/sun/security/tools/jarsigner/LargeJarEntry.java

Print this page

        

@@ -24,10 +24,11 @@
 /**
  * @test
  * @bug 6405538 6474350
  * @summary Make sure jar files with large entries (more than max heap size)
  *    can be signed
+ * @modules jdk.jartool/sun.security.tools.jarsigner
  * @run main/othervm -Xmx8M LargeJarEntry
  * @author Sean Mullan
  */
 
 import java.io.File;
< prev index next >