hg: jdk9/dev/langtools: 8042239: javac: TreeMaker.Type(Type t) does not handle UnionClassType

jan.lahoda at oracle.com jan.lahoda at oracle.com
Tue Jul 8 13:14:17 UTC 2014


Changeset: 650b288b51aa
Author:    jlahoda
Date:      2014-07-08 15:13 +0200
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/650b288b51aa

8042239: javac: TreeMaker.Type(Type t) does not handle UnionClassType
Summary: Enhancing TreeMaker.Type(Type t) with support for UnionClassType and IntersectionClassType.
Reviewed-by: vromero, rfield
Contributed-by: robert.field at oracle.com, jan.lahoda at oracle.com

! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/tree/TreeMaker.java
+ test/tools/javac/tree/MakeTypeTest.java
+ test/tools/javac/tree/MakeTypeTest.out



More information about the jdk9-dev-changes mailing list