< prev index next >

test/jdk/tools/pack200/Pack200Test.java

Print this page

        

@@ -25,10 +25,12 @@
   * @test
   * @bug 6521334 6712743 8007902 8151901
   * @requires (sun.arch.data.model == "64" & os.maxMemory >= 4g)
   * @summary test general packer/unpacker functionality
   *          using native and java unpackers
+  * @modules jdk.management
+  *          jdk.zipfs
   * @compile -XDignore.symbol.file Utils.java Pack200Test.java
   * @run main/othervm/timeout=1200 -Xmx1280m -Xshare:off Pack200Test
   */
 
 import java.util.*;
< prev index next >