Integrated: 8059632: Method reference compilation uses incorrect qualifying type

Srikanth Adayapalam sadayapalam at openjdk.org
Mon Nov 21 03:05:50 UTC 2022


On Fri, 21 Oct 2022 09:31:11 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:

> Align with JLS 13.1 (the qualifying class or interface of the method invocation) by
>     referring to the type of the receiver rather than the type of the declaring 
>     class/interface in the bootstrap attribute

This pull request has now been integrated.

Changeset: 544e3172
Author:    Srikanth Adayapalam <sadayapalam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/544e31722528d12fae0eb19271f85886680801a6
Stats:     376 lines in 6 files changed: 325 ins; 47 del; 4 mod

8059632: Method reference compilation uses incorrect qualifying type

Reviewed-by: mcimadamore

-------------

PR: https://git.openjdk.org/jdk/pull/10809


More information about the compiler-dev mailing list