hg: jdk7/tl/jdk: 7012003: diamond conversion for ssl

2011-01-14 Thread stuart . marks
Changeset: d61d9bf190f5 Author:smarks Date: 2011-01-14 15:31 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d61d9bf190f5 7012003: diamond conversion for ssl Reviewed-by: wetmore ! src/share/classes/sun/security/ssl/CipherSuite.java ! src/share/classes/sun/security/ssl/Cipher

hg: jdk7/tl/jdk: 7010903: impl. of http.maxConnections is different from the description in JavaSE document

2011-01-14 Thread chris . hegarty
Changeset: 983364897f72 Author:chegar Date: 2011-01-14 22:34 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/983364897f72 7010903: impl. of http.maxConnections is different from the description in JavaSE document Reviewed-by: alanb, michaelm ! src/share/classes/sun/net/www/h

hg: jdk7/tl/langtools: 7011272: langtools build.xml should provide a patch target

2011-01-14 Thread kumar . x . srinivasan
Changeset: 19f9b6548c70 Author:ksrini Date: 2011-01-14 13:59 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/19f9b6548c70 7011272: langtools build.xml should provide a patch target Reviewed-by: jonathan, jjh ! make/build.xml

hg: jdk7/tl/langtools: 6571165: Minor doc bugs in JavaCompiler.java

2011-01-14 Thread jonathan . gibbons
Changeset: 0a509c765657 Author:jjg Date: 2011-01-14 11:55 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0a509c765657 6571165: Minor doc bugs in JavaCompiler.java Reviewed-by: mcimadamore ! src/share/classes/javax/tools/JavaCompiler.java

hg: jdk7/tl/langtools: 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)

2011-01-14 Thread jonathan . gibbons
Changeset: 7c7c1787fbbe Author:jjg Date: 2011-01-14 11:45 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7c7c1787fbbe 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris) Reviewed-by: mcimadamore + test/tools/javac/api/T6419926.java

Re: Code Review 7010903: impl. of http.maxConnections is different from the description in JavaSE document

2011-01-14 Thread Michael McMahon
Chris Hegarty wrote: Michael, Trivially, the number of keep-alive connections is not being correctly compared to the maximum number, set by http.maxConnections. The condition is "greater than" and allows the cache keep a number of http.maxConnections + 1. hg diff src/share/classes/sun/net/w

Re: Code Review 7010903: impl. of http.maxConnections is different from the description in JavaSE document

2011-01-14 Thread Alan Bateman
Chris Hegarty wrote: Michael, Trivially, the number of keep-alive connections is not being correctly compared to the maximum number, set by http.maxConnections. The condition is "greater than" and allows the cache keep a number of http.maxConnections + 1. hg diff src/share/classes/sun/net/w

Code Review 7010903: impl. of http.maxConnections is different from the description in JavaSE document

2011-01-14 Thread Chris Hegarty
Michael, Trivially, the number of keep-alive connections is not being correctly compared to the maximum number, set by http.maxConnections. The condition is "greater than" and allows the cache keep a number of http.maxConnections + 1. hg diff src/share/classes/sun/net/www/http/KeepAliveCache

hg: jdk7/tl/langtools: 3 new changesets

2011-01-14 Thread maurizio . cimadamore
Changeset: 2d5aff89aaa3 Author:mcimadamore Date: 2011-01-14 09:45 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2d5aff89aaa3 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls Summary: special syntax to denote indy return type through