RFR: 8059632: Method reference compilation uses incorrect qualifying type [v3]

Srikanth Adayapalam sadayapalam at openjdk.org
Tue Nov 8 06:44:50 UTC 2022


> 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

Srikanth Adayapalam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Merge branch 'master' into JDK-8059632
 - Merge branch 'master' into JDK-8059632
 - Merge branch 'master' into JDK-8059632
 - Fix whitespace problem
 - 8059632: Method reference compilation uses incorrect qualifying type

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10809/files
  - new: https://git.openjdk.org/jdk/pull/10809/files/b44fe30e..99853563

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10809&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10809&range=01-02

  Stats: 53522 lines in 729 files changed: 17617 ins; 32743 del; 3162 mod
  Patch: https://git.openjdk.org/jdk/pull/10809.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10809/head:pull/10809

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


More information about the compiler-dev mailing list