Address the test improvement comments at https://github.com/openjdk/jdk/pull/26104#discussion_r2182361518 and https://github.com/openjdk/jdk/pull/26104#discussion_r2190061803.
1) All the test methods should be tested [in] all char buffer implementations.
2) [A] more generic CharBufferAsCharSequenceTest test which covers the entirety of the CharSequence interface on the various CharBuffer implementations in various "states" (position, offset, limit, etc.)
1) All the test methods should be tested [in] all char buffer implementations.
2) [A] more generic CharBufferAsCharSequenceTest test which covers the entirety of the CharSequence interface on the various CharBuffer implementations in various "states" (position, offset, limit, etc.)
- relates to
-
JDK-8361299 (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification
-
- Resolved
-
-
JDK-8361209 (bf) Use CharSequence::getChars for StringCharBuffer bulk get methods
-
- In Progress
-
- links to
-
Review(master) openjdk/jdk/26282