hg: hsx/hotspot-comp/langtools: 8 new changesets
john.coomes at oracle.com
john.coomes at oracle.com
Fri Jan 27 12:30:01 PST 2012
Changeset: 70d92518063e
Author: mcimadamore
Date: 2012-01-11 18:23 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/70d92518063e
7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
Summary: Problems with Types.rewriteQuantifiers not preserving variance
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/cast/7126754/T7126754.java
+ test/tools/javac/cast/7126754/T7126754.out
Changeset: 133744729455
Author: mcimadamore
Date: 2012-01-12 15:28 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/133744729455
7123100: javac fails with java.lang.StackOverflowError
Summary: Inference of under-constrained type-variables creates erroneous recursive wildcard types
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/cast/7123100/T7123100a.java
+ test/tools/javac/cast/7123100/T7123100a.out
+ test/tools/javac/cast/7123100/T7123100b.java
+ test/tools/javac/cast/7123100/T7123100b.out
+ test/tools/javac/cast/7123100/T7123100c.java
+ test/tools/javac/cast/7123100/T7123100c.out
+ test/tools/javac/cast/7123100/T7123100d.java
+ test/tools/javac/cast/7123100/T7123100d.out
Changeset: 1e2f4f4fb9f7
Author: jjh
Date: 2012-01-17 17:14 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/1e2f4f4fb9f7
7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg
! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/diags/MessageInfo.java
! test/tools/javac/diags/RunExamples.java
Changeset: f00afa80f1f0
Author: lana
Date: 2012-01-18 11:00 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/f00afa80f1f0
Merge
Changeset: cf2496340fef
Author: darcy
Date: 2012-01-18 16:43 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/cf2496340fef
7130768: Clarify behavior of Element.getEnclosingElements in subtypes
Reviewed-by: mcimadamore, jjg
! src/share/classes/javax/lang/model/element/Element.java
! src/share/classes/javax/lang/model/element/PackageElement.java
! src/share/classes/javax/lang/model/element/TypeElement.java
Changeset: 99261fc7d95d
Author: jjh
Date: 2012-01-18 18:26 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/99261fc7d95d
7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg
! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/diags/MessageInfo.java
! test/tools/javac/diags/RunExamples.java
Changeset: 601ffcc6551d
Author: lana
Date: 2012-01-24 13:44 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/601ffcc6551d
Merge
Changeset: 6c9d21ca92c4
Author: katleman
Date: 2012-01-26 18:23 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/6c9d21ca92c4
Added tag jdk8-b23 for changeset 601ffcc6551d
! .hgtags
More information about the hotspot-compiler-dev
mailing list