mcimadamore [Thu, 09 Dec 2010 15:50:34 +0000] rev 7628
6476118: compiler bug causes runtime ClassCastException for generics overloading
Summary: compiler allows bridge methods to override unrelated method
Reviewed-by: jjg
mcimadamore [Thu, 09 Dec 2010 15:50:10 +0000] rev 7627
7005095: Cast: compile reject sensible cast from final class to interface
Summary: a previous fix to cast conversion has made the compiler too strict w.r.t. final cast
Reviewed-by: jjg
darcy [Wed, 08 Dec 2010 21:21:42 -0800] rev 7626
7003550: Loosen modeling requirements for annotation processing erroneous code
Reviewed-by: jjg
jjg [Wed, 08 Dec 2010 13:42:57 -0800] rev 7625
7004698: javap does not output CharacterRangeTable attributes correctly
Reviewed-by: mcimadamore
jjg [Tue, 07 Dec 2010 14:13:25 -0800] rev 7624
6999210: javac should be able to warn of anomalous conditions in classfiles
Reviewed-by: mcimadamore, darcy
mcimadamore [Mon, 06 Dec 2010 11:51:02 +0000] rev 7623
5088429: varargs overloading problem
Summary: compiler implementation for overload resolution w/ varargs method does not match JLS
Reviewed-by: jjg
mcimadamore [Mon, 06 Dec 2010 11:50:37 +0000] rev 7622
7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub()
Reviewed-by: jjg
mcimadamore [Mon, 06 Dec 2010 11:49:00 +0000] rev 7621
7003744: Compiler error concerning final variables
Summary: Flow analysis does not cleanup init/uninint bit masks after for-loop
Reviewed-by: jjg
lana [Sun, 05 Dec 2010 15:26:55 -0800] rev 7620
Merge
jjh [Fri, 03 Dec 2010 13:47:59 -0800] rev 7619
6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.
Reviewed-by: jjg