On Tue, 3 Aug 2021 05:48:08 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Additional code cleanup as requested by reviewer > > test/hotspot/jtreg/vmTestbase/nsk/share/IORedirector.java line 74: > >> 72: this(); >> 73: this.bin = in; >> 74: addProcessor( s -> log.println(prefix + s)); > > Nit: unneeded space before "s ->". Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/4817