mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
Reviewed-by: liach, alanb
This commit is contained in:
parent
a18191fee8
commit
d0e8aec041
6 changed files with 142 additions and 19 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue