Integrated: 8222329: Readable read(CharBuffer) does not specify that 0 is returned when there is no remaining space in buffer

Brian Burkhalter bpb at openjdk.org
Tue Jun 27 15:31:14 UTC 2023


On Thu, 22 Jun 2023 18:22:35 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Clarify the behavior of `java.lang.Readable` when the specified `java.nio.CharBuffer` parameter is empty but read-only, and when it is full.

This pull request has now been integrated.

Changeset: 58bb6555
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/58bb6555e783e4627f57c3c8281183c474d581c9
Stats:     23 lines in 3 files changed: 11 ins; 0 del; 12 mod

8222329: Readable read(CharBuffer) does not specify that 0 is returned when there is no remaining space in buffer

Reviewed-by: rriggs, lancea, alanb

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

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


More information about the core-libs-dev mailing list