[code-reflection] RFR: BytecodeGenerator support of lambdas [v4]
Adam Sotona
asotona at openjdk.org
Mon Apr 15 09:00:39 UTC 2024
On Fri, 12 Apr 2024 20:58:35 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> commented out debug print
>
> src/java.base/share/classes/java/lang/reflect/code/bytecode/BytecodeGenerator.java line 770:
>
>> 768: } else {
>> 769: cob.invokedynamic(DynamicCallSiteDesc.of(
>> 770: DMHD_LAMBDA_METAFACTORY,
>
> This should use the `metafactory` bootstrap rather than `altMetafactory`.
Yep, split to use `metafactory`, thanks.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/48#discussion_r1565413483
More information about the babylon-dev
mailing list