RFR: 8260540: serviceability/jdwp/AllModulesCommandTest.java failed with "Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'"

Alex Menkov amenkov at openjdk.java.net
Tue Jun 29 16:49:04 UTC 2021


On Tue, 29 Jun 2021 09:05:59 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> I'm not sure in Debugee.java why we use an array for: JDWP.ListenAddress[] listenAddress

We set the value of the local variable in lambda, so the variable must be final or (as in this case) effectively final

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

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


More information about the serviceability-dev mailing list