hg: jdk7/tl/langtools: 4 new changesets (original) (raw)

maurizio.cimadamore at sun.com maurizio.cimadamore at sun.com
Thu Mar 5 17:50:50 UTC 2009


Changeset: 850869f70213 Author: mcimadamore Date: 2009-03-05 17:24 +0000 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/850869f70213

6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass Summary: cleanup code for generating unchecked cast warnings Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Types.java

Changeset: 84a18d7da478 Author: mcimadamore Date: 2009-03-05 17:24 +0000 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/84a18d7da478

6804733: javac generates spourious diagnostics for ill-formed type-variable bounds Summary: fixed algorithm for checking cycles in typevar declarations Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Check.java

Changeset: 9711a6c2db7e Author: mcimadamore Date: 2009-03-05 17:25 +0000 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9711a6c2db7e

6807255: LineNumberTable wrong if enhanced-for-loops are used Summary: end position of iterable for-each loop was not set properly Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Lower.java

Changeset: 86b60aa941c6 Author: mcimadamore Date: 2009-03-05 17:25 +0000 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/86b60aa941c6

6799605: Basic/Raw formatters should use type/symbol printer instead of toString() Summary: create new combo type/symbol visitor printer used by all diagnostic formatters Reviewed-by: jjg



More information about the core-libs-dev mailing list