mcimadamore [Fri, 30 Mar 2012 19:19:50 +0100] rev 12337
7157165: Regression: code with disjunctive type crashes javac
Summary: Bad recovery logic in parser code that checks for generic cast
Reviewed-by: jjg
mcimadamore [Fri, 30 Mar 2012 19:19:09 +0100] rev 12336
7157688: Regression: common compiler diagnostic features swapped required/found types
Summary: bug in resource key in compiler.properties
Reviewed-by: jjg
mcimadamore [Mon, 26 Mar 2012 15:28:49 +0100] rev 12335
7133185: Update 292 overload resolution logic to match JLS
Summary: Re-implement special overload resolution support for method handles according to the JLS SE 7 definition
Reviewed-by: jjg, dlsmith, jrose
mcimadamore [Mon, 26 Mar 2012 15:28:22 +0100] rev 12334
7151492: Encapsulate check logic into Attr.ResultInfo
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used
Reviewed-by: jjg, dlsmith