valeriep [Tue, 03 Dec 2013 17:23:58 -0800] rev 21962
8029158: sun/security/pkcs11/Signature/TestDSAKeyLength.java does not compile (or run)
Summary: Add the missing library path and skip testing against NSS 1.14 or later due to known NSS issue
Reviewed-by: vinnie, ascarpino
weijun [Wed, 04 Dec 2013 09:14:42 +0800] rev 21961
8028351: JWS doesn't get authenticated when using kerberos auth proxy
Reviewed-by: xuelei
dfuchs [Wed, 04 Dec 2013 01:58:37 +0100] rev 21960
8029281: Synchronization issues in Logger and LogManager
Summary: Fixes several race conditions in logging which have been at the root cause of intermittent test failures.
Reviewed-by: mchung, plevart
smarks [Tue, 03 Dec 2013 15:52:16 -0800] rev 21959
8028757: CharSequence.subSequence improperly requires a "new" CharSequence be returned
Reviewed-by: alanb, darcy, mduigou
tyan [Tue, 03 Dec 2013 14:36:45 -0800] rev 21958
7190106: java/rmi/reliability/benchmark fails intermittently because of use of fixed port
Reviewed-by: smarks, mduigou
rriggs [Tue, 03 Dec 2013 16:20:44 -0500] rev 21957
8028019: AWT Doclint warning/error cleanup
Summary: Fix numerious javadoc and html errors and warnings
Reviewed-by: yan
bpb [Tue, 03 Dec 2013 12:25:32 -0800] rev 21956
8022181: Tune algorithm crossover thresholds in BigInteger
Summary: Change multiplication, squaring, division, and base conversion thresholds to values which retain performance improvement in most cases but with a a lower overall risk of regression.
Reviewed-by: darcy
darcy [Tue, 03 Dec 2013 11:52:18 -0800] rev 21955
8029475: Fix more doclint issues in javax.security
Reviewed-by: juh