-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b19
Aside from CharBuffer itself, the three main implementations of CharSequence, String, StringBuffer, and StringBuilder, have a getChars() method which could be used to load the characters of interest into the heap buffer's array.
- relates to
-
JDK-8306959 (bf) CharBuffer.append(CharSequence,int,int) throws BufferOverflowException where IndexOutOfBoundsException expected
-
- Resolved
-
-
JDK-8306623 (bf) CharBuffer::allocate throws unexpected exception type with some CharSequences
-
- Closed
-
-
JDK-8306374 (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
-
- Resolved
-