Integrated: 8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach"

Alex Menkov amenkov at openjdk.java.net
Thu Mar 4 00:43:53 UTC 2021


On Fri, 19 Feb 2021 20:10:14 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> Failures related to "no route to host" and "cannot bind to address" errors are covered by https://git.openjdk.java.net/jdk/pull/2633
> 
> This change fixes failures with listening on IPv6 loopback and attaching to "localhost" (the test connects to some other process which listens on the same port on IPv4 loopback and as a result gets "handshake failed - received >< - expected >JDWP-Handshake<" error)

This pull request has now been integrated.

Changeset: d93fa0d6
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d93fa0d6
Stats:     21 lines in 1 file changed: 16 ins; 0 del; 5 mod

8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach"

Reviewed-by: cjplummer, lmesnik

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

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


More information about the serviceability-dev mailing list