On Thu, 5 Nov 2020 21:53:40 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8255969: Improve java/io/BufferedInputStream/LargeCopyWithMark.java using >> jtreg tags > > test/jdk/java/io/BufferedInputStream/LargeCopyWithMark.java line 29: > >> 27: * @summary BufferedInputStream calculates negative array size with large >> 28: * streams and mark >> 29: * @library /test/lib > > Looks like this (@library /test/lib) can be removed. Otherwise looks good. Yes, you are correct: fixed. Thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/1083