8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])

Reviewed-by: liach, alanb
This commit is contained in:
Brian Burkhalter 2023-04-26 16:37:18 +00:00
parent a18191fee8
commit d0e8aec041
6 changed files with 142 additions and 19 deletions

View file

@ -1319,7 +1319,7 @@ public abstract sealed class $Type$Buffer
return put(index, src, 0, src.length);
}
private $Type$Buffer putArray(int index, $type$[] src, int offset, int length) {
$Type$Buffer putArray(int index, $type$[] src, int offset, int length) {
#if[rw]
if (
#if[char]