[code-reflection] Integrated: Fix lambda bugs
Mourad Abbay
mabbay at openjdk.org
Fri Aug 29 21:36:15 UTC 2025
On Mon, 25 Aug 2025 06:56:35 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).
This pull request has now been integrated.
Changeset: 58083628
Author: Mourad Abbay <mabbay at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/58083628b0caa0d16fde48af1fa18df7edc8dc59
Stats: 106 lines in 2 files changed: 100 ins; 0 del; 6 mod
Fix lambda bugs
Reviewed-by: psandoz
-------------
PR: https://git.openjdk.org/babylon/pull/532
More information about the babylon-dev
mailing list