xuelei [Wed, 26 Jun 2013 06:32:40 -0700] rev 18554
8017049: rename property jdk.tls.rejectClientInitializedRenego
Reviewed-by: vinnie, wetmore, mullan
yhuang [Tue, 25 Jun 2013 21:03:08 -0700] rev 18553
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
Reviewed-by: naoto
juh [Tue, 25 Jun 2013 14:41:46 -0700] rev 18552
8017326: Cleanup of the javadoc <code> tag in java.security.spec
Summary: Convert javadoc <code> and <tt> tags to {@code ...}
Reviewed-by: darcy
juh [Tue, 25 Jun 2013 14:31:29 -0700] rev 18551
8017325: Cleanup of the javadoc <code> tag in java.security.cert
Summary: Convert javadoc <code>...</code> and <tt>...</tt> tags to {@code ...}
Reviewed-by: darcy
shade [Tue, 25 Jun 2013 20:06:09 +0100] rev 18550
8014233: java.lang.Thread should have @Contended on TLR fields
Summary: add the @Contended over three TLR fields.
Reviewed-by: psandoz, chegar, dholmes, dl
weijun [Tue, 25 Jun 2013 21:51:11 +0800] rev 18549
8016051: Possible ClassCastException in KdcComm
Reviewed-by: weijun
Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
bpb [Thu, 20 Jun 2013 12:15:24 -0700] rev 18548
4641897: Faster string conversion of large integers
Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion.
Reviewed-by: bpb, alanb
Contributed-by: Alan Eliasen <eliasen@mindspring.com>