hg: jdk7/build/langtools: 8 new changesets
david.katleman at sun.com
david.katleman at sun.com
Wed May 25 19:55:02 UTC 2011
Changeset: c3e3945cc24f
Author: alanb
Date: 2011-05-09 01:57 -0700
URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/c3e3945cc24f
Merge
Changeset: 68fde7f5863b
Author: jjg
Date: 2011-05-10 19:53 -0700
URL: http://hg.openjdk.java.net/jdk7/build/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/build/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/build/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/build/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/build/langtools/rev/652f0daf74a7
Merge
Changeset: 5faa9eedc44e
Author: mcimadamore
Date: 2011-05-16 09:38 +0100
URL: http://hg.openjdk.java.net/jdk7/build/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
Changeset: 8987de9a4ab8
Author: schien
Date: 2011-05-20 16:04 -0700
URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/8987de9a4ab8
Added tag jdk7-b143 for changeset 5faa9eedc44e
! .hgtags
More information about the build-dev
mailing list