RFR: 8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str) [v2]

Joe Darcy darcy at openjdk.java.net
Wed Jun 8 05:17:22 UTC 2022


On Fri, 27 May 2022 22:59:47 GMT, Raffaello Giulietti <duke at openjdk.java.net> wrote:

>> BigDecimal(String) currently fails to accept some strings produced by BigDecimal.toString(). This PR removes this limitation.
>
> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str)

Marked as reviewed by darcy (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/8905


More information about the core-libs-dev mailing list