hg: jdk9/sandbox/langtools: 2 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Wed Jan 20 11:01:31 UTC 2016


Changeset: b2b1e27e324c
Author:    mcimadamore
Date:      2016-01-20 10:50 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/b2b1e27e324c

8147493: regression when type-checking unchecked method calls
Summary: Shared warner in Attr.checkMethod leads to spurious inference errors
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/generics/inference/8147493/T8147493a.java
+ test/tools/javac/generics/inference/8147493/T8147493b.java

Changeset: b0b517a7a9ee
Author:    mcimadamore
Date:      2016-01-20 10:53 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/b0b517a7a9ee

8147546: regression when type-checking generic calls inside nested declarations occurring in method context
Summary: Attr.visitClassDef should set a temporary ArgumentAttr cache when in speculative mode
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/lambda/speculative/8147546/T8147546a.java
+ test/tools/javac/lambda/speculative/8147546/T8147546b.java



More information about the jdk9-sandbox-changes mailing list