sherman [Mon, 22 Nov 2010 16:12:23 -0800] rev 7295
7001434: charset name for Cp833 should be x-IBM833.
Summary: changed the name to x-IBM833 in extsbcs
Reviewed-by: alanb
sherman [Mon, 22 Nov 2010 16:03:13 -0800] rev 7294
6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
Summary: don't throw OOME when in or out buffer size is 0 length
Reviewed-by: alanb
mullan [Mon, 22 Nov 2010 11:27:14 -0500] rev 7293
Merge
mullan [Mon, 22 Nov 2010 10:18:33 -0500] rev 7292
Merge
mullan [Mon, 22 Nov 2010 10:16:07 -0500] rev 7291
6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
Reviewed-by: mchung
michaelm [Mon, 22 Nov 2010 16:11:13 +0000] rev 7290
Merge
michaelm [Mon, 22 Nov 2010 16:09:31 +0000] rev 7289
6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed
Reviewed-by: alanb, chegar
weijun [Mon, 22 Nov 2010 09:43:58 +0800] rev 7288
6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
Reviewed-by: valeriep
xuelei [Sat, 20 Nov 2010 07:00:31 -0800] rev 7287
6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/
Reviewed-by: weijun
valeriep [Fri, 19 Nov 2010 17:05:47 -0800] rev 7286
6720456: New 4150 may have larger blowfish keysizes
Summary: Changed to use TBD value instead of FAIL
Reviewed-by: weijun
valeriep [Fri, 19 Nov 2010 16:59:48 -0800] rev 7285
6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line
Summary: Fixed the script to not delete the provider sub-directory
Reviewed-by: weijun
lancea [Fri, 19 Nov 2010 17:18:31 -0500] rev 7284
7001669: Typo in javadocs for SQLPermission
Reviewed-by: alanb
lancea [Fri, 19 Nov 2010 17:15:03 -0500] rev 7283
7000752: Duplicate entry in RowSetResourceBundles.properties
Reviewed-by: alanb
sherman [Fri, 19 Nov 2010 12:58:32 -0800] rev 7282
6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3
Summary: changged utf-8's CharsetEncoder.maxBytesPerChar to 3
Reviewed-by: alanb
sherman [Fri, 19 Nov 2010 12:55:42 -0800] rev 7281
6989471: compiler warnings building java/zip native code
Summary: remvoed the warning
Reviewed-by: ohair, alanb
mchung [Fri, 19 Nov 2010 10:00:08 -0800] rev 7280
6631046: BufferedInputStream.available() reports negative int on very large inputstream
Reviewed-by: dholmes, alanb, mduigou