On Thu, 26 May 2022 18:02:14 GMT, Raffaello Giulietti <d...@openjdk.java.net> wrote:
> BigDecimal(String) currently fails to accept some strings produced by > BigDecimal.toString(). This PR removes this limitation. This pull request has now been integrated. Changeset: c15e10fb Author: Raffaello Giulietti <raffaello.giulie...@oracle.com> Committer: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c15e10fb6c35a99e80009f0a7b6a252fcbb549b7 Stats: 70 lines in 2 files changed: 23 ins; 26 del; 21 mod 8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str) Reviewed-by: darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/8905