-
Enhancement
-
Resolution: Unresolved
-
P4
-
26
-
In Review
StringCharBuffer currently implements bulk get methods with a manual loop. JDK-8343110 provides a method on CharSequence that can copy characters in batch into char arrays; we can use that to implement StringCharBuffer bulk get opertaions.
- relates to
-
JDK-8361715 (bf) Improve java/nio/Buffer/GetChars.java and migrate to JUnit
-
- Open
-
-
JDK-8361299 (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification
-
- Resolved
-
-
JDK-5029431 (bf) Add absolute bulk put and get methods
-
- Resolved
-
-
JDK-8219014 (bf) Add absolute bulk put methods which accept a source Buffer
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26251