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

Srikanth Adayapalam sadayapalam at openjdk.org
Sat Nov 19 04:04:18 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 seven additional commits since the last revision:

 - Merge branch 'master' into JDK-8059632
 - Incorporate review feedback from Andrey Turbanov (Thanks!)
 - 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/11f6c08e..2a54bee9

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

  Stats: 37020 lines in 931 files changed: 14165 ins; 18903 del; 3952 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