RFR: 8343829: Unify decimal and hexadecimal parsing in FloatingDecimal [v10]

Joe Darcy darcy at openjdk.org
Tue May 13 04:02:04 UTC 2025


On Sat, 10 May 2025 10:08:39 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> See the JBS bug for some details.
>
> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Addressed reviewer comments.

Marked as reviewed by darcy (Reviewer).

src/java.base/share/classes/jdk/internal/math/FloatingDecimal.java line 1878:

> 1876: 
> 1877:         /*
> 1878:          * In some places the idiom

Might be easier to read the code if this logic were refactored into a method.

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

PR Review: https://git.openjdk.org/jdk/pull/22737#pullrequestreview-2835206552
PR Review Comment: https://git.openjdk.org/jdk/pull/22737#discussion_r2085876226


More information about the core-libs-dev mailing list