On Wed, 24 Sep 2025 14:59:05 GMT, Johannes Graham <d...@openjdk.org> wrote:

>> When formatting doubles or BigDecimals, DigitList first formats them as a 
>> string and then parses the resultant string to extract the mantissa and the 
>> exponent. This can be done more directly. This allows removing some parsing 
>> code and removes a cached byte array.
>> 
>> This also facilitates potential cleanups in FloatingDecimal (removal of 
>> getChars method) but I've left that for later to minimize conflicts with 
>> other changes there.
>
> Johannes Graham has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   update assert

Looks good, thanks for your changes and fast updates.

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

Marked as reviewed by jlu (Committer).

PR Review: https://git.openjdk.org/jdk/pull/27118#pullrequestreview-3264180820

Reply via email to