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

Chris Plummer cjplummer at openjdk.java.net
Sat Feb 20 03:08:39 UTC 2021


On Fri, 19 Feb 2021 23:04:59 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)
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated per Chris feedback

Marked as reviewed by cjplummer (Reviewer).

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

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


More information about the serviceability-dev mailing list