On Wed, 2 Jul 2025 21:37:00 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> Replaces the implementation `readAllCharsAsString().lines().toList()` with 
>> reading into a temporary `char` array which is then processed to detect line 
>> terminators and copy non-terminating characters into strings which are added 
>> to the list.
>
> Brian Burkhalter has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   8358533: Decrease value of minGrowth parameter

lgtm

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

Marked as reviewed by sherman (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25863#pullrequestreview-2984206421

Reply via email to