Commits
User selector
Commit History
Commits on Sep 23, 2021
8273546: DecimalFormat documentation contains literal HTML character references
Show description for c434528committed
Commits on Aug 27, 2021
8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication
Show description for d1aeca1committed
Brian Burkhalter
Commits on Aug 18, 2021
8272626: Avoid C-style array declarations in java.*
Show description for 30b0f82committed
Commits on Aug 4, 2021
8271616: oddPart in MutableBigInteger::mutableModInverse contains info on final result
Show description for a840870committed
Commits on Jul 12, 2021
8266578: Disambiguate BigDecimal description of scale
Show description for 1aef372authored andcommitted
Commits on Jun 1, 2021
8267670: Update java.io, java.math, and java.text to use switch expressions
Show description for 4eb2168committed
Commits on Apr 22, 2021
8258915: Temporary buffer cleanup
Show description for f834557committed
Commits on Apr 21, 2021
8265700: Regularize throws clauses in BigDecimal
Show description for 9e7c748committed
Commits on Mar 25, 2021
8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
Show description for 2593196committed
Commits on Mar 17, 2021
8263726: divideToIntegralValue typo on BigDecimal documentation
Show description for 24afa36committed
Commits on Mar 9, 2021
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
Show description for 0f2402dcommitted
Commits on Mar 8, 2021
8261366: Add discussion of IEEE 754 to BigDecimal
Show description for 14cfbdacommitted
Commits on Mar 3, 2021
8262927: Explicitly state fields examined for BigDecimal.hashCode
Show description for 2848938committed8261862: Expand discussion of rationale for BigDecimal equals/compareTo semantics
Show description for a118185committed
Commits on Feb 18, 2021
8261940: Fix references to IOException in BigDecimal javadoc
Show description for c4664e6committed
Commits on Feb 17, 2021
8261123: Augment discussion of equivalence classes in Object.equals and comparison methods
Show description for d547e1acommitted
Commits on Jan 28, 2021
8260596: Comment cleanup in BigInteger
Show description for 2b166d8committed
Commits on Jan 25, 2021
8260329: Update references to TAOCP to latest edition
Show description for 73c78c8committed
Commits on Nov 20, 2020
8229845: Decrease memory consumption of BigInteger.toString()
Show description for 2ae3e51committed
Brian Burkhalter
Commits on Sep 30, 2020
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Show description for 2a406f3authored andcommitted
Commits on Sep 29, 2020
8252937: Correct "no comment" warnings from javadoc in java.math package
Show description for 5310d85committed
Brian Burkhalter
Commits on Aug 25, 2020
8251542: Several small Javadoc errors in java.base
Show description for d4626d8authored andcommitted
Commits on Aug 13, 2020
8245304: Re-examine ThreadLocal usage in java.math.BigDecimal
Show description for 03e5f25committed
Brian Burkhalter
Commits on Aug 6, 2020
8249273: Documentation of BigInteger(String) constructor does not mention leading plus
Show description for 99c7b2bcommitted
Commits on Jul 15, 2020
8249205: Remove unnecessary trademark symbols
Show description for 55039aacommitted
Commits on Jun 17, 2020
8247782: typos in java.math
Show description for 4f2edaccommitted
Martin Buchholz
Commits on Apr 8, 2020
8242230: Whitespace typos, relaxed javadoc, formatting
Show description for 4c4271fcommitted
Commits on Mar 29, 2020
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Show description for b0e1ee4committed
Ivan Gerasimov
Commits on Mar 20, 2020
8241014: Miscellaneous typos in documentation comments
Show description for 17ff85dcommitted
Commits on Mar 5, 2020
8240624: Note mapping of RoundingMode constants to equivalent IEEE 754-2019 attribute
Show description for 001b805committed
Commits on Jan 15, 2020
8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
Show description for 006b5e0committed
Commits on Dec 23, 2019
8167065: Add intrinsic support for double precision shifting on x86_64
Show description for 995da6ecommitted
Smita Kamath