jjg [Sun, 12 Dec 2010 10:05:40 -0800] rev 7637
6990134: minor (but red) findbugs warnings
Reviewed-by: mcimadamore
jjg [Fri, 10 Dec 2010 07:38:28 -0800] rev 7636
6504896: TreeMaker.Literal(Object) does not support Booleans
Reviewed-by: mcimadamore
mcimadamore [Fri, 10 Dec 2010 15:24:17 +0000] rev 7635
6199075: Unambiguous varargs method calls flagged as ambiguous
Summary: javac does not implement overload resolution w.r.t. varargs methods as described in the JLS
Reviewed-by: jjg
mcimadamore [Fri, 10 Dec 2010 15:23:42 +0000] rev 7634
7005671: Regression: compiler accepts invalid cast from X[] to primitive array
Summary: regression in type conversion after 292 changes
Reviewed-by: jjg
jjg [Thu, 09 Dec 2010 19:53:03 -0800] rev 7633
6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
Reviewed-by: darcy
jjg [Thu, 09 Dec 2010 18:33:32 -0800] rev 7632
7005856: avoid name clash for langtools when building on MacOS
Reviewed-by: mcimadamore
jjg [Thu, 09 Dec 2010 08:48:08 -0800] rev 7631
6985202: no access to doc comments from Tree API
Reviewed-by: mcimadamore
jjg [Thu, 09 Dec 2010 08:24:42 -0800] rev 7630
4917091: javac rejects array over 128 in length
Reviewed-by: mcimadamore
mcimadamore [Thu, 09 Dec 2010 15:50:57 +0000] rev 7629
7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
Summary: compiler crashes with assertion error if '-g' option is passed and source contains multicatch
Reviewed-by: jjg
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