hg: jdk7/jdk7/langtools: 7 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Wed May 18 21:49:03 PDT 2011
Changeset: c3e3945cc24f
Author: alanb
Date: 2011-05-09 01:57 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/c3e3945cc24f
Merge
Changeset: 68fde7f5863b
Author: jjg
Date: 2011-05-10 19:53 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/68fde7f5863b
7043694: printStackTrace call should be removed
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/code/Symbol.java
Changeset: a2d422d480cb
Author: mcimadamore
Date: 2011-05-11 13:10 +0200
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/a2d422d480cb
7042566: Regression: new ambiguity between varargs method
Summary: Erroneous ambiguity error when choosing most specific varargs method
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/varargs/7042566/T7042566.java
Changeset: 95fc7fd39be2
Author: mcimadamore
Date: 2011-05-11 13:12 +0200
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/95fc7fd39be2
7041730: Regression: compiler accepts invalid cast from int to Byte
Summary: Implementation of cast conversion rules between primitive and boxed types is too liberal
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
! test/tools/javac/types/BoxingConversionTest.java
! test/tools/javac/types/CastTest.java
Changeset: bdfa48f80c82
Author: jjg
Date: 2011-05-11 14:55 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/bdfa48f80c82
7043867: docs/jdk/api/javac have html files that have issues with HTML4 compliance
Reviewed-by: darcy
! src/share/classes/com/sun/source/tree/SynchronizedTree.java
Changeset: 652f0daf74a7
Author: lana
Date: 2011-05-14 11:29 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/652f0daf74a7
Merge
Changeset: 5faa9eedc44e
Author: mcimadamore
Date: 2011-05-16 09:38 +0100
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/5faa9eedc44e
7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor
Summary: Attributing a constructor call does not clean up the compiler's attribution context
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/varargs/7043922/T7043922.java
More information about the jdk7-dev
mailing list