RFR: 8213908: AssertionError in DeferredAttr at setOverloadKind (original) (raw)

Liam Miller-Cushon cushon at google.com
Mon Nov 19 21:39:13 UTC 2018


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.

webrev: http://cr.openjdk.java.net/~cushon/8213908/webrev.00/ bug: https://bugs.openjdk.java.net/browse/JDK-8213908 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20181119/8ddab85b/attachment.html>



More information about the compiler-dev mailing list