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

Srikanth Adayapalam sadayapalam at openjdk.org
Thu Oct 27 05:09:40 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 three additional commits since the last revision:

 - 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/6f39d848..b44fe30e

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

  Stats: 140279 lines in 879 files changed: 81595 ins; 28534 del; 30150 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