Sun, 01 Mar 2009 14:44:50 +00006811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10 jdk7-b50
alanb [Sun, 01 Mar 2009 14:44:50 +0000] rev 912
6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
Reviewed-by: tbell

Fri, 27 Feb 2009 10:53:33 -0800Merge
tbell [Fri, 27 Feb 2009 10:53:33 -0800] rev 911
Merge

Tue, 24 Feb 2009 14:22:08 +00006599383: Unable to open zip files more than 2GB in size
kevinw [Tue, 24 Feb 2009 14:22:08 +0000] rev 910
6599383: Unable to open zip files more than 2GB in size
Reviewed-by: alanb

Tue, 24 Feb 2009 11:33:25 +0000Merge
alanb [Tue, 24 Feb 2009 11:33:25 +0000] rev 909
Merge

Tue, 24 Feb 2009 11:31:04 +00006809132: (file) Javadoc style and consistency issues
alanb [Tue, 24 Feb 2009 11:31:04 +0000] rev 908
6809132: (file) Javadoc style and consistency issues
Reviewed-by: vinnie
Contributed-by: cquinn@google.com

Tue, 24 Feb 2009 09:11:42 +00006808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
alanb [Tue, 24 Feb 2009 09:11:42 +0000] rev 907
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
Reviewed-by: sherman

Mon, 23 Feb 2009 21:06:15 -08006350801: Add support for named (instead of numbered) capture groups in regular expression
sherman [Mon, 23 Feb 2009 21:06:15 -0800] rev 906
6350801: Add support for named (instead of numbered) capture groups in regular expression
6676425: Opensource unit/regression tests for java.util.regex
Summary: Added "named capturing group" into regex. Moved most of reg/unit tests to openjdk.
Reviewed-by: alanb, okutsu

Mon, 23 Feb 2009 10:36:19 +00006806649: synchronization bottleneck when constructing Thread subclasses
chegar [Mon, 23 Feb 2009 10:36:19 +0000] rev 905
6806649: synchronization bottleneck when constructing Thread subclasses
Summary: Replace subclass audits synchronization with ConcurrentHashMap with weakly referenced Class keys
Reviewed-by: peterjones, dholmes, martin

Mon, 23 Feb 2009 17:32:52 +08005067458: Loopback SSLSocketImpl createSocket is throwing an exception
xuelei [Mon, 23 Feb 2009 17:32:52 +0800] rev 904
5067458: Loopback SSLSocketImpl createSocket is throwing an exception
Summary: A null hostname should be regarded as a loopback address.
Reviewed-by: weijun

Mon, 23 Feb 2009 10:05:55 +08006780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun [Mon, 23 Feb 2009 10:05:55 +0800] rev 903
6780416: New keytool commands/options: -gencert, -printcertreq, -ext
Reviewed-by: xuelei, mullan