RFR: 8343829: Unify decimal and hexadecimal parsing in FloatingDecimal [v5]
Shaojin Wen
swen at openjdk.org
Fri May 2 09:19:50 UTC 2025
On Thu, 9 Jan 2025 10:55:16 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> See the JBS bug for some details.
>
> Raffaello Giulietti has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
>
> - Merge branch 'master' into 8343829
> - Redacted comments.
> - Merge branch 'master' into 8343829
> - Minors in comments.
> - Removed repeated comment.
> - Refactoring some code and comments.
> - 8343829: Unify decimal and hexadecimal parsing in FloatingDecimal
static final int BIG_DECIMAL_EXPONENT = 324;
The BIG_DECIMAL_EXPONENT in line 50 is no longer used and can be removed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22737#issuecomment-2846746380
More information about the core-libs-dev
mailing list