(original) (raw)

Hi,

Please review this follow-up to JDK-8203679 and JDK-8210483, which relaxes an assertion that was added by the earlier fixes.

The intent of the assertion was to ensure that separate attribution steps don't both succeed but determine different overload kinds for a method reference, but the assertion was also failing if an earlier attribution step succeeded and a later attribution step failed.