-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b96
-
Not verified
Anti-delta the following changeset:
http://hg.openjdk.java.net/jdk8/tl/langtools/rev/455be95bd1b5
8013789: Compiler should emit bridges in interfaces
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
Contributed-by: maurizio.cimadamore@oracle.com
src/share/classes/com/sun/tools/javac/code/Types.java
src/share/classes/com/sun/tools/javac/comp/Attr.java
src/share/classes/com/sun/tools/javac/comp/Check.java
src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
src/share/classes/com/sun/tools/javac/comp/TransTypes.java
src/share/classes/com/sun/tools/javac/tree/JCTree.java
test/tools/javac/lambda/lambdaExpression/LambdaTest6.java
test/tools/javac/lambda/methodReference/BridgeMethod.java
until the following bugs are fixed:
8016827: jdk/lambda/LambdaTranslationTest2.java failing
8016847: Several java/time tests failing with StackOverflowError
http://hg.openjdk.java.net/jdk8/tl/langtools/rev/455be95bd1b5
8013789: Compiler should emit bridges in interfaces
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
Contributed-by: maurizio.cimadamore@oracle.com
src/share/classes/com/sun/tools/javac/code/Types.java
src/share/classes/com/sun/tools/javac/comp/Attr.java
src/share/classes/com/sun/tools/javac/comp/Check.java
src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
src/share/classes/com/sun/tools/javac/comp/TransTypes.java
src/share/classes/com/sun/tools/javac/tree/JCTree.java
test/tools/javac/lambda/lambdaExpression/LambdaTest6.java
test/tools/javac/lambda/methodReference/BridgeMethod.java
until the following bugs are fixed:
8016827: jdk/lambda/LambdaTranslationTest2.java failing
8016847: Several java/time tests failing with StackOverflowError
- relates to
-
JDK-8013789 Compiler should emit bridges in interfaces
- Closed