On Sat, 17 Jul 2021 00:38:44 GMT, Alex Menkov <amen...@openjdk.org> wrote:

> The fix updates the tests to use dynamic port launching debuggee and get the 
> listening port from the debugee output

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 ->".

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

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

Reply via email to