test/tools/javac/file/zip/T6836682.java

changeset 924
4fd20d5b7295
parent 923
6970d9fb8e02
child 936
f2f04935ef3f
equal deleted inserted replaced
923:6970d9fb8e02 924:4fd20d5b7295
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6836682 26 * @ignore
27 * @bug 6836682 7025988
27 * @summary JavacFileManager handles zip64 archives (64K+ entries and large file support) 28 * @summary JavacFileManager handles zip64 archives (64K+ entries and large file support)
28 * @compile -XDignore.symbol.file T6836682.java Utils.java 29 * @compile -XDignore.symbol.file T6836682.java Utils.java
29 * @run main T6836682 30 * @run main T6836682
30 */ 31 */
31 import java.io.BufferedOutputStream; 32 import java.io.BufferedOutputStream;

mercurial