aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/math
AgeCommit message (Expand)Author
2016-03-048130150: Implement BigInteger.montgomeryMultiply intrinsicvkempik
2016-02-178081778: Use Intel x64 CPU instructions for RSA accelerationigerasim
2015-02-068066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incor...bpb
2014-09-158057793: BigDecimal is no longer effectively immutablebpb
2014-02-054891331: BigInteger a.multiply(a) should use squaring codebpb
2013-12-058029501: BigInteger division algorithm selection heuristic is incorrectbpb
2013-12-058029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds ad...bpb
2013-12-038022181: Tune algorithm crossover thresholds in BigIntegerbpb
2013-10-306910473: java.math.BigInteger.bitLength() may return negative "int" on large ...bpb
2013-10-178026832: Clean up straggling doclint warnings in java.mathbpb
2013-10-097189139: BigInteger's staticRandom field can be a source of bottlenecks.bpb
2013-08-236378503: In java.math.BigDecimal, division by one returns zerobpb
2013-08-128022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assum...bpb
2013-07-268020641: Clean up some code style in recent BigInteger contributionsbpb
2013-07-268014319: Faster division of large integersbpb
2013-07-096480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")bpb
2013-07-018017540: Improve multi-threaded contention behavior of radix conversion cachebpb
2013-06-267018139: Fix HTML accessibility and doclint issues in java.mathdarcy
2013-06-204641897: Faster string conversion of large integersbpb
2013-06-217131192: BigInteger.doubleValue() is depressingly slowbpb
2013-06-194837946: Faster multiplication and exponentiation of large integersbpb
2013-02-036471906: java.lang.NegativeArraySizeException in tenToThedmeetry
2011-09-146879143: java.math.BigInteger misses the xxxValueExact methodsdarcy
2011-09-066838776: Defer initialization of static fields in java.math.BigIntegerdarcy
2011-09-057086710: java/util/Formatter/Basic.java failing after 7082971darcy
2011-09-026989067: BigInteger's array copiers should be converted to System.arraycopy()darcy
2011-09-017082971: More performance tuning of BigDecimal and other java.math classesdarcy
2011-04-137032960: API files in java.awt need to be updated for references to JVM Spec ...jjh
2011-02-017015827: Fix HTML validation issues in java.math packagedarcy
2010-05-256943119: Rebrand source copyright noticesohair
2009-11-036897550: BigInteger constructor should use local cached String lengthdarcy
2009-10-216560935: BigInteger.modPow() throws ArithmeticException for negative exponentdarcy
2009-10-206371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowErrordarcy
2009-08-276876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorr...xlu
2009-06-206850606: Regression from JDK 1.6.0_12xlu
2009-05-246622432: RFE: Performance improvements to java.math.BigDecimalxlu
2007-12-01Initial loadduke