RFR: 8364781: Re-examine DigitList digits resizing during parsing [v2]
Naoto Sato
naoto at openjdk.org
Mon Aug 11 18:32:12 UTC 2025
On Fri, 8 Aug 2025 23:28:48 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> This PR changes the DigitList resizing from adding increments of 100 to a doubling resizing approach. This helps with performance of larger String values during `DecimalFormat` parsing. See the comment on the associated JBS issue for further detail.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> Chen review - replace with ArraysSupport
LGTM
-------------
Marked as reviewed by naoto (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26705#pullrequestreview-3107154345
More information about the core-libs-dev
mailing list