On Thu, 5 Nov 2020 19:50:14 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> Please review this change which would replace the use of a system property > and a child process with updated 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/1083