mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00

8058227: Debugger has no access to outer variables inside Lambda Put local variables captured by lambda into the lambda method's LocalVariableTable. Reviewed-by: mcimadamore, rfield
7 lines
251 B
Text
7 lines
251 B
Text
class LambdaTest --
|
|
LambdaTest.<init>()
|
|
LambdaTest.foo(i)
|
|
LambdaTest.lambda$static$1(x1/*synthetic*/)/*synthetic*/
|
|
LambdaTest.lambda$null$0(final x1/*synthetic*/, x2/*synthetic*/)/*synthetic*/
|
|
static interface LambdaTest$I -- inner
|
|
LambdaTest$I.m(x)
|