-
Bug
-
Resolution: Fixed
-
P4
-
25
-
master
-
generic
-
generic
Given that CharSequence.getChars now exists, there is no reason in the general case to continue to check inside the CharBuffer.append methods whether a CharSequence is a String, StringBuffer, or StringBuilder.
- relates to
-
JDK-8305811 (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])
-
- Resolved
-
-
JDK-8343110 Add getChars(int, int, char[], int) to CharSequence and CharBuffer
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/0dd7c69b
-
Review(master) openjdk/jdk/25739