RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v8]

Markus KARG duke at openjdk.org
Thu May 1 08:45:06 UTC 2025


On Mon, 28 Apr 2025 13:29:06 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Applied changes proposed in response to Joe's CSR comments: 'understood for CharBuffer; I was thinking more of String, StringBuffer, and StringBuilder where there looks to be more textual similarities.'
>
> src/java.base/share/classes/java/lang/StringBuilder.java line 2:
> 
>> 1: /*
>> 2:  * Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
> 
> If there's no change to this file the copyright year update could be reverted?

Good catch, Daniel! Fixed. Thank you! 🙂

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21730#discussion_r2069997101


More information about the core-libs-dev mailing list