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

Vicente Romero vromero at openjdk.org
Mon Jan 23 15:58:35 UTC 2023


On Mon, 23 Jan 2023 11:12:08 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> 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.

Marked as reviewed by vromero (Reviewer).

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

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


More information about the compiler-dev mailing list