RFR: 8213714: AttachingConnector/attach/attach001 failed due to "bind failed: Address already in use"

Serguei Spitsyn sspitsyn at openjdk.java.net
Tue Aug 3 05:51:29 UTC 2021


On Sat, 17 Jul 2021 00:38:44 GMT, Alex Menkov <amenkov at 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


More information about the serviceability-dev mailing list