hg: jdk9/dev/langtools: 8145051: Wrong parameter name in synthetic lambda method leads to verifier error

srikanth.adayapalam at oracle.com srikanth.adayapalam at oracle.com
Thu Dec 10 11:55:11 UTC 2015


Changeset: 0a0f082343ea
Author:    sadayapalam
Date:      2015-12-10 17:24 +0530
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/0a0f082343ea

8145051: Wrong parameter name in synthetic lambda method leads to verifier error
Summary: Synthetic names manufactured by the compiler should not contain '.'
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/T8145051.java
+ test/tools/javac/lambda/pkg/T8145051.java



More information about the jdk9-dev-changes mailing list