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