psandoz [Tue, 01 Oct 2013 18:20:03 +0200] rev 20503
8025535: Unsafe typecast in java.util.stream.SortedOps
Reviewed-by: mduigou, chegar
okutsu [Wed, 02 Oct 2013 17:57:04 +0900] rev 20502
8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
Reviewed-by: peytoia
coffeys [Wed, 02 Oct 2013 09:21:02 +0100] rev 20501
8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl
Reviewed-by: chegar
okutsu [Wed, 02 Oct 2013 15:31:35 +0900] rev 20500
6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010
Reviewed-by: peytoia
xuelei [Tue, 01 Oct 2013 20:25:44 -0700] rev 20499
8025123: SNI support in Kerberos cipher suites
Reviewed-by: weijun, xuelei
Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
drchase [Fri, 27 Sep 2013 13:32:32 -0400] rev 20498
8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
Summary: Inserted code to convert specific exceptions, case-by-case, plus a test.
Reviewed-by: jrose, twisti