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

paul.hohensee at gmail.com paul.hohensee at gmail.com
Mon Feb 15 16:58:38 UTC 2021


Changeset: 60205b73466d
Author:    sadayapalam
Date:      2015-12-10 17:24 +0530
URL:       https://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/60205b73466d

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/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 jdk8u-dev-changes mailing list