On Tue, 16 Feb 2021 23:50:30 GMT, Brian Burkhalter <b...@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