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
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
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
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
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
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
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
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
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