sherman [Mon, 23 Mar 2009 09:19:23 -0700] rev 2294
6636323: Optimize handling of builtin charsets
6636319: Encoders should implement isLegalReplacement(byte[] repl)
Summary: optimized new String(byte[], cs/csn) and String.getBytes(cs/csn) for speed and memory consumption in singlebyte case.
Reviewed-by: alanb
weijun [Mon, 23 Mar 2009 17:05:48 +0800] rev 2293
6820606: keytool can generate serialno more randomly
Reviewed-by: xuelei
tbell [Sat, 21 Mar 2009 13:52:13 -0700] rev 2292
Merge
sherman [Fri, 20 Mar 2009 17:40:52 -0700] rev 2291
Merge
sherman [Fri, 20 Mar 2009 16:22:59 -0700] rev 2290
6817475: named-capturing group name started with digit causes PSE exception
Summary: Need accept the digit as the first char of the group name
Reviewed-by: alanb
weijun [Thu, 19 Mar 2009 11:17:06 +0800] rev 2289
6819272: keytool -importcert should read the whole input
Reviewed-by: xuelei
mchung [Wed, 18 Mar 2009 17:37:39 -0700] rev 2288
6817246: Redundant call to set InetAddressCachePolicy to FOREVER if not set during initialization
Summary: Remove InetAddressCachePolicy.setIfNotSet call from System.setSecurityManager0
Reviewed-by: alanb, jccollet