RFR: 8308252: Refactor line-by-line file reading code [v2]

Ioi Lam iklam at openjdk.org
Wed May 17 21:21:55 UTC 2023


On Wed, 17 May 2023 04:02:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   more clean up
>
> src/hotspot/share/utilities/lineReader.cpp line 64:
> 
>> 62: // Returns nullptr if we have reached EOF.
>> 63: // \n is treated as the line separator
>> 64: // All occurrences of \r are stripper.
> 
> s/stripper/stripped/

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14025#discussion_r1197062783


More information about the hotspot-dev mailing list