hg: jdk7/tl/jdk: 6919610: KeyTabInputStream uses static field for per-instance value

2010-01-26 Thread weijun . wang
Changeset: 558f2a424bfa Author:weijun Date: 2010-01-26 17:03 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/558f2a424bfa 6919610: KeyTabInputStream uses static field for per-instance value Reviewed-by: mullan !

hg: jdk7/tl/jdk: 6919185: test/closed/sun/net/ftp/FtpTests fails to compile

2010-01-26 Thread jean-christophe . collet
Changeset: f544825d0976 Author:jccollet Date: 2010-01-26 11:39 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f544825d0976 6919185: test/closed/sun/net/ftp/FtpTests fails to compile Summary: Fixed a couple of regressions in FtpClient and updated the test. Reviewed-by: chegar

hg: jdk7/tl/langtools: 6919944: incorrect position given for duplicate annotation value error

2010-01-26 Thread jonathan . gibbons
Changeset: da0e3e2dd3ef Author:jjg Date: 2010-01-26 11:15 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/da0e3e2dd3ef 6919944: incorrect position given for duplicate annotation value error Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/comp/Check.java !

hg: jdk7/tl/langtools: 6917130: should test that annotations that have been optimized away are not emitted to classfile

2010-01-26 Thread jonathan . gibbons
Changeset: 59167312ed4e Author:jjg Date: 2010-01-26 11:23 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/59167312ed4e 6917130: should test that annotations that have been optimized away are not emitted to classfile Reviewed-by: jjg, darcy Contributed-by: