Commits
User selector
Commit History
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
Commits on Oct 29, 2019
8225603: Enhancement for big integers
Show description for 833a389committed
Brian Burkhalter
Commits on Aug 29, 2019
8229997: Apply java.io.Serial annotations in java.base
Show description for 9d764eecommitted
Commits on Jan 22, 2019
8211936: Better String parsing
Show description for 7241204committed
Commits on Dec 19, 2018
8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument
Show description for 135d5dccommitted
Brian Burkhalter
Commits on Oct 23, 2018
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Show description for 5e6d6b8committed
Mandy Chung
Commits on Oct 11, 2018
8152910: Get performance improvement with Stable annotation
Show description for 2d7d9b8authored andcommitted
Commits on Aug 22, 2018
8200659: Improve BigDecimal support
Show description for 8f14f8bcommitted
Brian Burkhalter