mcimadamore [Mon, 17 Nov 2014 23:41:56 +0000] rev 27842
8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
Summary: Wrong method type used in AmbiguousError.mergeAbstracts
Reviewed-by: jlahoda
jlahoda [Fri, 14 Nov 2014 11:58:28 +0100] rev 27841
8062747: Compiler error when anonymous class uses method with parametrized exception
Summary: When inferring lambda's thrown types, avoid tracking variables that are not under the lambda to avoid crashes.
Reviewed-by: vromero