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

Brian Burkhalter bpb at openjdk.org
Wed Jul 2 22:36:38 UTC 2025


On Wed, 2 Jul 2025 21:12:25 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> 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

`jdk_core` tests passed on Linux in the CI.

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

PR Comment: https://git.openjdk.org/jdk/pull/26104#issuecomment-3029517213


More information about the nio-dev mailing list