duke [Wed, 05 Jul 2017 16:48:11 +0200] rev 2081
Merge
xdono [Thu, 26 Feb 2009 10:57:17 -0800] rev 2080
Added tag jdk7-b49 for changeset d9cfdc5370b1
duke [Wed, 05 Jul 2017 16:48:09 +0200] rev 2079
Merge
xdono [Thu, 26 Feb 2009 10:57:10 -0800] rev 2078
Added tag jdk7-b49 for changeset a00ac25cb702
duke [Wed, 05 Jul 2017 16:48:06 +0200] rev 2077
Merge
alanb [Sun, 01 Mar 2009 14:44:50 +0000] rev 2076
6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
Reviewed-by: tbell
tbell [Fri, 27 Feb 2009 10:53:33 -0800] rev 2075
Merge
kevinw [Tue, 24 Feb 2009 14:22:08 +0000] rev 2074
6599383: Unable to open zip files more than 2GB in size
Reviewed-by: alanb
alanb [Tue, 24 Feb 2009 11:33:25 +0000] rev 2073
Merge
alanb [Tue, 24 Feb 2009 11:31:04 +0000] rev 2072
6809132: (file) Javadoc style and consistency issues
Reviewed-by: vinnie
Contributed-by: cquinn@google.com
alanb [Tue, 24 Feb 2009 09:11:42 +0000] rev 2071
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
sherman [Mon, 23 Feb 2009 21:06:15 -0800] rev 2070
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
chegar [Mon, 23 Feb 2009 10:36:19 +0000] rev 2069
6806649: synchronization bottleneck when constructing Thread subclasses
Summary: Replace subclass audits synchronization with ConcurrentHashMap with weakly referenced Class keys
Reviewed-by: peterjones, dholmes, martin
xuelei [Mon, 23 Feb 2009 17:32:52 +0800] rev 2068
5067458: Loopback SSLSocketImpl createSocket is throwing an exception
Summary: A null hostname should be regarded as a loopback address.
Reviewed-by: weijun