[code-reflection] RFR: Fix lambda bugs [v6]
Paul Sandoz
psandoz at openjdk.org
Thu Aug 28 16:40:54 UTC 2025
On Wed, 27 Aug 2025 00:48:25 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
>> Fix lambda bugs:
>> 1. Unnecessary load of static fields accessed inside the lambda body (bug 1).
>> 2. The model of a lambda expression that returns void, contains additional boxing whose result is not used (bug 2).
>> 3. Inner lambda is incorrectly quoted (bug 3).
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>
> Clarify comment
Marked as reviewed by psandoz (Lead).
-------------
PR Review: https://git.openjdk.org/babylon/pull/532#pullrequestreview-3165665896
More information about the babylon-dev
mailing list