test/tools/javac/links/T.java

changeset 145
2c1ef6ec9413
parent 1
9a66ca7c79fa
child 174
fdfed22db054
equal deleted inserted replaced
144:173162d6eb1d 145:2c1ef6ec9413
19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 */ 22 */
23 23
24 /*
25 * @test
26 * @bug 4266026
27 * @summary javac no longer follows symlinks
28 *
29 * @run shell links.sh
30 */
31
32 class T extends a.B {} 24 class T extends a.B {}

mercurial