On Tue, 29 Jun 2021 09:05:59 GMT, Kevin Walls <kev...@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

Reply via email to