bpb [Thu, 05 Dec 2013 07:45:27 -0800] rev 21984
8029501: BigInteger division algorithm selection heuristic is incorrect
Summary: Change Burnikel-Ziegler division heuristic to require that the dividend int-length exceed that of the divisor by a minimum amount.
Reviewed-by: darcy
bpb [Thu, 05 Dec 2013 07:44:59 -0800] rev 21983
8029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds adjusted in 8022181
Summary: Ensure the value returned by getLower() is unsigned.
Reviewed-by: darcy
yan [Thu, 05 Dec 2013 18:04:12 +0400] rev 21982
8029264: [doclint] more doclint and tidy cleanup
Reviewed-by: alexsch, serb, malenkov
psandoz [Thu, 05 Dec 2013 09:44:53 +0100] rev 21981
8028564: Concurrent calls to CHM.put can fail to add the key/value to the map
Reviewed-by: psandoz, chegar, alanb
Contributed-by: Doug Lea <dl@cs.oswego.edu>