bpb [Wed, 19 Jun 2013 08:59:39 -0700] rev 18286
4837946: Faster multiplication and exponentiation of large integers
4646474: BigInteger.pow() algorithm slow in 1.4.0
Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring.
Reviewed-by: alanb, bpb, martin
Contributed-by: Alan Eliasen <eliasen@mindspring.com>
chegar [Wed, 19 Jun 2013 13:03:03 +0100] rev 18285
Merge
chegar [Wed, 19 Jun 2013 11:47:14 +0100] rev 18284
8017044: anti-delta fix for 8015402
Reviewed-by: alanb
xuelei [Wed, 19 Jun 2013 02:33:07 -0700] rev 18283
7188658: Add possibility to disable client initiated renegotiation
Reviewed-by: weijun, wetmore
mfang [Tue, 18 Jun 2013 21:08:48 -0700] rev 18282
8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
xuelei [Tue, 18 Jun 2013 18:50:13 -0700] rev 18281
8000456: Add programmatic deadlock detection in SSLEngineDeadlock
Reviewed-by: wetmore
mduigou [Tue, 18 Jun 2013 16:03:10 -0700] rev 18280
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Reviewed-by: forax, mduigou, psandoz
Contributed-by: Mike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>