[code-reflection] RFR: BytecodeGenerator support of lambdas

Paul Sandoz psandoz at openjdk.org
Thu Apr 11 22:23:01 UTC 2024


On Tue, 9 Apr 2024 13:45:11 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> BytecodeGenerator support of lambdas

src/java.base/share/classes/java/lang/reflect/code/op/CoreOps.java line 1860:

> 1858:                     v -> switch (v) {
> 1859:                         case String s -> s;
> 1860:                         case null -> null;

What motivated this change?

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

PR Review Comment: https://git.openjdk.org/babylon/pull/48#discussion_r1561814360


More information about the babylon-dev mailing list