RFR: 4926314: Optimize Reader.read(CharBuffer) [v7]

Philippe Marschall github.com+471021+marschall at openjdk.java.net
Sat Mar 13 14:28:26 UTC 2021


On Tue, 16 Feb 2021 23:50:30 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Philippe Marschall has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Replace c-style array declarations
>>  - Share work buffer between #skip and #read
>
> test/jdk/java/io/InputStreamReader/ReadCharBuffer.java line 34:
> 
>> 32: import org.testng.annotations.Test;
>> 33: 
>> 34: import java.io.*;
> 
> It's generally better not to use a wild card.

Done

-------------

PR: https://git.openjdk.java.net/jdk/pull/1915


More information about the nio-dev mailing list