alanb [Mon, 22 Aug 2011 11:35:11 +0100] rev 10351
7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel
Reviewed-by: chegar
darcy [Fri, 19 Aug 2011 17:42:24 -0700] rev 10350
4748706: typos in java.util.Observable documentation
Reviewed-by: iris
chegar [Fri, 19 Aug 2011 10:55:05 +0100] rev 10349
7025938: Add bitmap mime type to content-types.properties
Reviewed-by: chegar, alanb, michaelm
Contributed-by: lvjing@linux.vnet.ibm.com
weijun [Fri, 19 Aug 2011 13:42:40 +0800] rev 10348
7043847: NTML impl of SaslServer throws UnsupportedOperationException from (un)wrap method
7043860: NTML impl of SaslServer doesn't throw ISE from getAuthorizationID() method
7043882: NTML impl of SaslServer doesn't throw ISE from getNegotiatedProperty() method
7043938: NTML impl of SaslClientFactory throws NPE instead of SaslException
7043959: NTML impl of SaslClientFactory throws NPE for null CallBackHandler instance
Reviewed-by: vinnie
alanb [Thu, 18 Aug 2011 16:47:20 +0100] rev 10347
7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails
Reviewed-by: forax, mduigou
lana [Wed, 17 Aug 2011 22:47:12 -0700] rev 10346
Merge
sherman [Wed, 17 Aug 2011 15:18:16 -0700] rev 10345
7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String)
Summary: Added the @since 1.7 tag
Reviewed-by: mduigou, forax
sherman [Wed, 17 Aug 2011 14:18:30 -0700] rev 10344
Merge
sherman [Wed, 17 Aug 2011 14:14:21 -0700] rev 10343
6237353: Remove sun.io package from j2se binary
Summary: Removed sun.io package and related test cases
Reviewed-by: alanb
jjg [Mon, 15 Aug 2011 17:17:21 -0700] rev 10342
7077389: Reflection classes do not build with javac -Xlint:all -Werror
Reviewed-by: darcy
Contributed-by: alexandre.boulgakov@oracle.com