duke [Wed, 05 Jul 2017 19:25:17 +0200] rev 21988
Merge
rgallard [Tue, 10 Dec 2013 15:20:46 -0800] rev 21987
8029616: Update jdeps man page to include a new -jdkinternals option
Reviewed-by: mchung
lana [Thu, 05 Dec 2013 10:33:57 -0800] rev 21986
Merge
robm [Thu, 05 Dec 2013 16:19:06 +0000] rev 21985
8029525: java/lang/ProcessBuilder/Basic.java fails intermittently
Reviewed-by: alanb, chegar
Contributed-by: roger.riggs@oracle.com
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>
erikj [Thu, 05 Dec 2013 09:25:31 +0100] rev 21980
8027963: Create unlimited policy jars.
Reviewed-by: wetmore, ihse
ascarpino [Wed, 04 Dec 2013 17:37:25 -0800] rev 21979
8029550: javadoc since tag for recent Hashtable updates
Reviewed-by: mullan