hg: jdk7/tl/langtools: 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings

2010-12-13 Thread joe . darcy
Changeset: 7b99f98b3035 Author:mcimadamore Date: 2010-12-13 15:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7b99f98b3035 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings Reviewed-by: jjg, darcy ! src/share/classes/com/sun/tools/java

hg: jdk7/tl/jdk: 7006129: Project Coin: Annotation type to reduce varargs warnings

2010-12-13 Thread joe . darcy
Changeset: 78885e69c42c Author:darcy Date: 2010-12-13 14:34 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/78885e69c42c 7006129: Project Coin: Annotation type to reduce varargs warnings Reviewed-by: jjg, mcimadamore ! make/java/java/FILES_java.gmk + src/share/classes/java/la

hg: jdk7/tl/langtools: 2 new changesets

2010-12-13 Thread bhavesh . patel
Changeset: ffbf2b2a8611 Author:bpatel Date: 2010-12-13 13:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ffbf2b2a8611 7006270: Several javadoc regression tests are failing on windows Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/ClassWriter

hg: jdk7/tl/jdk: 7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)

2010-12-13 Thread xueming . shen
Changeset: 1740ad242f56 Author:sherman Date: 2010-12-13 14:12 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1740ad242f56 7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry) Summary: The returned InflatedInputStream object should be kept i

hg: jdk7/tl/jdk: 2 new changesets

2010-12-13 Thread vincent . x . ryan
Changeset: 8f0957d16c20 Author:vinnie Date: 2010-12-13 14:58 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8f0957d16c20 6799854: CodeSigner.hashCode() does not work with serialization Reviewed-by: mullan ! src/share/classes/java/security/CodeSigner.java ! src/share/classes/

hg: jdk7/tl/langtools: 7006109: Add test library to simplify the task of writing automated type-system tests

2010-12-13 Thread maurizio . cimadamore
Changeset: 2199365892b1 Author:mcimadamore Date: 2010-12-13 14:56 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2199365892b1 7006109: Add test library to simplify the task of writing automated type-system tests Summary: Types.java needs to be more stress-tested Review