RFR: 8361640: JFR: RandomAccessFile::readLine emits events for each character [v2]
Roger Riggs
rriggs at openjdk.org
Tue Jul 15 18:56:42 UTC 2025
On Tue, 15 Jul 2025 17:09:23 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
>> Could I have a review of the change that prevents RandomAccessFile::readLine from emitting an event per character? This leads to unnecessary overhead, both with or without JFR enabled.
>>
>> Testing: tier1 + tier2 + jdk/jdk/jfr
>>
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove traceImplReadLine
Marked as reviewed by rriggs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26210#pullrequestreview-3021883229
More information about the core-libs-dev
mailing list