hg: jdk7/tl/jdk: 6968584: Thread should not be Cloneable

2010-08-23 Thread chris . hegarty
Changeset: fd28003bc1d6 Author:chegar Date: 2010-08-23 14:35 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fd28003bc1d6 6968584: Thread should not be Cloneable Reviewed-by: dholmes ! src/share/classes/java/lang/Thread.java

hg: jdk7/tl/jdk: 6965924: java.net.HttpCookie using static SimpleDateFormat which is not thread safe

2010-08-23 Thread chris . hegarty
Changeset: 03218163f4d5 Author:chegar Date: 2010-08-23 16:27 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/03218163f4d5 6965924: java.net.HttpCookie using static SimpleDateFormat which is not thread safe Reviewed-by: michaelm ! src/share/classes/java/net/HttpCookie.java

Code Review 6977851: NPE from FileURLConnection.connect

2010-08-23 Thread Chris Hegarty
Michael, The file handler can fail with NPE in cases where permission is denied to the directory. Small change, throw FileNotFoundException where a directory listing is not available. Webrev: http://cr.openjdk.java.net/~chegar/6977851/webrev.00/webrev/ Thanks, -Chris.

hg: jdk7/tl/langtools: 2 new changesets

2010-08-23 Thread maurizio . cimadamore
Changeset: 995bcdb9a41d Author:mcimadamore Date: 2010-08-23 16:59 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/995bcdb9a41d 6932571: Compiling Generics causing Inconvertible types Summary: Types.rewriteQuantifiers() does not work well with recursive type-variable bou

Re: Code Review 6977851: NPE from FileURLConnection.connect

2010-08-23 Thread Michael McMahon
Chris Hegarty wrote: Michael, The file handler can fail with NPE in cases where permission is denied to the directory. Small change, throw FileNotFoundException where a directory listing is not available. Webrev: http://cr.openjdk.java.net/~chegar/6977851/webrev.00/webrev/ Thanks, -Chris.

hg: jdk7/tl/jdk: 2 new changesets

2010-08-23 Thread alan . bateman
Changeset: 47ab0dcec3e8 Author:alanb Date: 2010-08-23 17:11 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/47ab0dcec3e8 6978511: (file) Path.toRealPath should fail if not resolving links and file does not exist Reviewed-by: forax, chegar ! src/solaris/classes/sun/nio/fs/Uni

Re: Code Review 6977851: NPE from FileURLConnection.connect

2010-08-23 Thread Chris Hegarty
Michael McMahon wrote: Chris Hegarty wrote: Michael, The file handler can fail with NPE in cases where permission is denied to the directory. Small change, throw FileNotFoundException where a directory listing is not available. Webrev: http://cr.openjdk.java.net/~chegar/6977851/webrev.00/

hg: jdk7/tl/langtools: 6975005: improve JavacProcessingEnvironment.Round abstraction

2010-08-23 Thread jonathan . gibbons
Changeset: 6b95dd682538 Author:jjg Date: 2010-08-23 11:56 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6b95dd682538 6975005: improve JavacProcessingEnvironment.Round abstraction Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java ! src/

hg: jdk7/tl/jdk: 6531345: Memory leak in unpack200

2010-08-23 Thread kumar . x . srinivasan
Changeset: 6317f7e2c4fd Author:ksrini Date: 2010-08-23 08:18 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6317f7e2c4fd 6531345: Memory leak in unpack200 Reviewed-by: jrose ! src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java + test/tools/pack200/UnpackerMemoryT

hg: jdk7/tl/jdk: 6977851: NPE from FileURLConnection.connect

2010-08-23 Thread chris . hegarty
Changeset: cb67f0263bd4 Author:chegar Date: 2010-08-23 21:59 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cb67f0263bd4 6977851: NPE from FileURLConnection.connect Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/file/FileURLConnection.java + test/sun/net/www/

hg: jdk7/tl/langtools: 6976747: JCDiagnostic: replace "boolean mandatory" with new "Set"

2010-08-23 Thread jonathan . gibbons
Changeset: a626d8c1de6e Author:jjg Date: 2010-08-23 15:13 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a626d8c1de6e 6976747: JCDiagnostic: replace "boolean mandatory" with new "Set" Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Resolve.java !

hg: jdk7/tl/jdk: 2 new changesets

2010-08-23 Thread kumar . x . srinivasan
Changeset: 2585368bfc7c Author:ksrini Date: 2010-08-23 10:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2585368bfc7c 6969063: (pack200) The default value of Pack200.Packer.SEGMENT_LIMIT property is empty string instead of -1 Reviewed-by: jrose ! src/share/classes/com/su