mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 16:38:36 +00: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
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
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)
|