hg: jdk9/dev/langtools: 8054220: Debugger doesn't show variables *outside* lambda; ...
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Thu Mar 26 10:35:16 UTC 2015
Changeset: c4a6ba06abeb
Author: jlahoda
Date: 2015-03-26 11:34 +0100
URL: http://hg.openjdk.java.net/jdk9/dev/langtools/rev/c4a6ba06abeb
8054220: Debugger doesn't show variables *outside* lambda
8058227: Debugger has no access to outer variables inside Lambda
Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable.
Reviewed-by: mcimadamore, rfield
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Code.java
! test/tools/javac/MethodParameters/LambdaTest.out
! test/tools/javac/lambda/LocalVariableTable.java
More information about the jdk9-dev-changes
mailing list