mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-11 11:15:42 +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