[jdk20] RFR: 8300623: Lambda deserialization regression involving Enum method reference

Jan Lahoda jlahoda at openjdk.org
Mon Jan 23 11:33:53 UTC 2023


This patch proposes to revert "8059632: Method reference compilation uses incorrect qualifying type". That fix caused a problem with (de-)serialization:
https://bugs.openjdk.org/browse/JDK-8300623

Fixing this deserialization problem does not seem straightforward, so the proposal is to revert JDK-8059632, and investigate more thoroughly for a future release.

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

Commit messages:
 - Revert "8059632: Method reference compilation uses incorrect qualifying type"

Changes: https://git.openjdk.org/jdk20/pull/113/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk20&pr=113&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8300623
  Stats: 376 lines in 6 files changed: 47 ins; 325 del; 4 mod
  Patch: https://git.openjdk.org/jdk20/pull/113.diff
  Fetch: git fetch https://git.openjdk.org/jdk20 pull/113/head:pull/113

PR: https://git.openjdk.org/jdk20/pull/113


More information about the compiler-dev mailing list