RFR: 8361299: (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification [v2]

Brian Burkhalter bpb at openjdk.org
Wed Jul 2 21:12:25 UTC 2025


> Modify `CharBuffer.getChars` to respect the class level specification that the provided buffer offset `srcBegin` is relative to the buffer's current position.

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

  8361299: Fix a type; add a sentence

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26104/files
  - new: https://git.openjdk.org/jdk/pull/26104/files/5bbc34d4..e9abd20f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26104&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26104&range=00-01

  Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/26104.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26104/head:pull/26104

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


More information about the nio-dev mailing list