[jdk21u-dev] RFR: 8371652: Double.parseDouble with large strings fails [v2]

Lei Zhu duke at openjdk.org
Thu Nov 27 16:16:01 UTC 2025


On Thu, 27 Nov 2025 16:11:41 GMT, Lei Zhu <duke at openjdk.org> wrote:

>> Hi all,
>> 
>> This pull request is the backport of [JDK-8343829](https://bugs.openjdk.org/browse/JDK-8343829)
>> 
>> Please review this code.
>> 
>> Thanks!
>
> Lei Zhu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8371652: Double.parseDouble with large strings fails

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

> 1869:         /* Scan opt significand sign. */
> 1870:         int ch;  // running char
> 1871:         int ssign = ' ';  // ' ' iff sign is implicit

Hi @rgiulietti , Is the word `iff` a spelling error?

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

PR Review Comment: https://git.openjdk.org/jdk21u-dev/pull/2488#discussion_r2569431070


More information about the jdk-updates-dev mailing list