Searched refs:EntryCount64k (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/util/zip/
H A DEntryCount64k.java28 * @run main/othervm EntryCount64k
29 * @run main/othervm -Djdk.util.zip.inhibitZip64=true EntryCount64k
30 * @run main/othervm -Djdk.util.zip.inhibitZip64=false EntryCount64k
50 public class EntryCount64k { class
57 static final String MAIN_CLASS = "EntryCount64k$Main";
58 static final String THIS_CLASS = "EntryCount64k";
69 File zipFile = new File("EntryCount64k-tmp.zip");

Completed in 39 milliseconds