langtools/test/tools/javac/file/zip/8003512/LoadClassFromJava6CreatedJarTest.java
equal
deleted
inserted
replaced
1 |
|
2 /* |
1 /* |
3 * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 * |
4 * |
6 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
19 * |
18 * |
20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
22 * questions. |
21 * questions. |
23 */ |
22 */ |
|
23 |
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 |