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

Brian Burkhalter bpb at openjdk.org
Fri Jun 23 23:23:07 UTC 2023


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

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8222329: Disambiguate length/remaining in Reader and Readable

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14616/files
  - new: https://git.openjdk.org/jdk/pull/14616/files/8bcf4674..12f982b0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14616&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14616&range=06-07

  Stats: 8 lines in 2 files changed: 0 ins; 0 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/14616.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14616/head:pull/14616

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


More information about the core-libs-dev mailing list