RFR: 8059632: Method reference compilation uses incorrect qualifying type
Srikanth Adayapalam
sadayapalam at openjdk.org
Fri Oct 21 09:45:34 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
-------------
Commit messages:
- Fix whitespace problem
- 8059632: Method reference compilation uses incorrect qualifying type
Changes: https://git.openjdk.org/jdk/pull/10809/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10809&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8059632
Stats: 376 lines in 6 files changed: 325 ins; 47 del; 4 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