jdk/src/share/classes/java/math/BigInteger.java
Thu, 05 Dec 2013 07:45:27 -0800 bpb 8029501: BigInteger division algorithm selection heuristic is incorrect
Thu, 05 Dec 2013 07:44:59 -0800 bpb 8029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds adjusted in 8022181
Tue, 03 Dec 2013 12:25:32 -0800 bpb 8022181: Tune algorithm crossover thresholds in BigInteger
Wed, 30 Oct 2013 17:45:12 -0700 bpb 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
Wed, 09 Oct 2013 17:22:34 -0700 bpb 7189139: BigInteger's staticRandom field can be a source of bottlenecks.
Fri, 23 Aug 2013 14:15:54 -0700 bpb 6378503: In java.math.BigDecimal, division by one returns zero
Fri, 26 Jul 2013 17:09:30 -0700 bpb 8020641: Clean up some code style in recent BigInteger contributions
Fri, 26 Jul 2013 17:03:19 -0700 bpb 8014319: Faster division of large integers
Mon, 01 Jul 2013 11:30:14 -0700 bpb 8017540: Improve multi-threaded contention behavior of radix conversion cache
Thu, 20 Jun 2013 12:15:24 -0700 bpb 4641897: Faster string conversion of large integers
Fri, 21 Jun 2013 11:50:45 -0700 bpb 7131192: BigInteger.doubleValue() is depressingly slow
Wed, 19 Jun 2013 08:59:39 -0700 bpb 4837946: Faster multiplication and exponentiation of large integers
Wed, 14 Sep 2011 11:32:11 -0700 darcy 6879143: java.math.BigInteger misses the xxxValueExact methods
Tue, 06 Sep 2011 06:17:52 -0700 darcy 6838776: Defer initialization of static fields in java.math.BigInteger
Fri, 02 Sep 2011 16:06:08 -0700 darcy 6989067: BigInteger's array copiers should be converted to System.arraycopy()
Thu, 01 Sep 2011 23:00:09 -0700 darcy 7082971: More performance tuning of BigDecimal and other java.math classes
Wed, 13 Apr 2011 12:16:13 -0700 jjh 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Tue, 03 Nov 2009 15:01:50 -0800 darcy 6897550: BigInteger constructor should use local cached String length
Wed, 21 Oct 2009 09:53:23 -0700 darcy 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
Tue, 20 Oct 2009 09:51:28 -0700 darcy 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
Sun, 24 May 2009 16:29:57 -0700 xlu 6622432: RFE: Performance improvements to java.math.BigDecimal
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip