RFR: 8282080: Lambda deserialization fails for Object method references on interfaces

Vicente Romero vromero at openjdk.java.net
Mon Apr 25 20:20:22 UTC 2022


On Mon, 25 Apr 2022 20:08:57 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> At runtime, this will get converted to `Object::hashCode`

and why is this converted to `Object::hashCode`? is this specified somewhere or it is an unspecified behavior

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

PR: https://git.openjdk.java.net/jdk/pull/8054


More information about the compiler-dev mailing list