langtools/test/tools/javac/file/zip/8003512/LoadClassFromJava6CreatedJarTest.java
changeset 30730 d3ce7619db2c
parent 14964 391288e42c67
child 34752 9c262a013456
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 
     1 
     2 /*
     2 /*
     3  * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @bug 8003512
    27  * @bug 8003512
    28  * @summary javac doesn't work with jar files with >64k entries
    28  * @summary javac doesn't work with jar files with >64k entries
       
    29  * @modules jdk.compiler
       
    30  *          jdk.jartool/sun.tools.jar
    29  * @compile -target 6 -source 6 -XDignore.symbol.file LoadClassFromJava6CreatedJarTest.java ../Utils.java
    31  * @compile -target 6 -source 6 -XDignore.symbol.file LoadClassFromJava6CreatedJarTest.java ../Utils.java
    30  * @run main/timeout=360 LoadClassFromJava6CreatedJarTest
    32  * @run main/timeout=360 LoadClassFromJava6CreatedJarTest
    31  */
    33  */
    32 
    34 
    33 /*
    35 /*