hg: jdk9/sandbox/langtools: 8170410: inference: javac doesn't implement 18.2.5 correctly

chris.hegarty at oracle.com chris.hegarty at oracle.com
Mon Dec 5 19:16:10 UTC 2016


Changeset: 8fc0a7bf47a9
Author:    mcimadamore
Date:      2016-12-05 19:00 +0000
URL:       http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/8fc0a7bf47a9

8170410: inference: javac doesn't implement 18.2.5 correctly
Summary: javac does not generate constraints of the kind 'throws alpha' as described in the spec
Reviewed-by: vromero, dlsmith

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Type.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/generics/inference/8170410/T8170410.java



More information about the jdk9-sandbox-changes mailing list