hg: lambda/lambda/langtools: Bug: reference to super leads to compiler crash when 292 translation scheme is enabled

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Fri Sep 2 04:44:31 PDT 2011


Changeset: 1b669fe38c5d
Author:    mcimadamore
Date:      2011-09-02 12:43 +0100
URL:       http://hg.openjdk.java.net/lambda/lambda/langtools/rev/1b669fe38c5d

Bug: reference to super leads to compiler crash when 292 translation scheme is enabled
The compiler should emit instance (not static) bridge methods when bridging member references whose qualifier is super/this.

! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/MethodReference29.java



More information about the lambda-dev mailing list