hg: jdk9/sandbox/langtools: 8142876: Javac does not correctly implement wildcards removal from functional interfaces

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Dec 17 12:31:16 UTC 2015


Changeset: 61faee2b9c2b
Author:    mcimadamore
Date:      2015-12-17 12:29 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/61faee2b9c2b

8142876: Javac does not correctly implement wildcards removal from functional interfaces
Summary: Rewrite code for removing wildcard from target functional interface to be in sync with JLS 9.9
Reviewed-by: vromero, dlsmith

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/lambda/8142876/T8142876.java



More information about the jdk9-sandbox-changes mailing list