Integrated: 8336895: BufferedReader doesn't read full \r\n line ending when it doesn't fit in buffer

Brian Burkhalter bpb at openjdk.org
Thu Sep 26 15:23:42 UTC 2024


On Thu, 25 Jul 2024 00:24:59 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add some verbiage stating that two buffered readers or input streams should not be used to read from the same reader or input stream, respectively.

This pull request has now been integrated.

Changeset: aeaa4f78
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/aeaa4f78ebd634c2020d0f0dd100fcb55d5130af
Stats:     46 lines in 4 files changed: 23 ins; 0 del; 23 mod

8336895: BufferedReader doesn't read full \r\n line ending when it doesn't fit in buffer

Reviewed-by: jpai, alanb

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

PR: https://git.openjdk.org/jdk/pull/20320


More information about the core-libs-dev mailing list