[code-reflection] Integrated: OpBuilder splitting into lambdas based on OP_LIMIT

Adam Sotona asotona at openjdk.org
Wed Jan 14 09:25:42 UTC 2026


On Mon, 12 Jan 2026 18:00:29 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> OpBuilder.OP_LIMIT limits number of ops to be build in a single method or lambda body. 
> Nested lambdas are spawned when the limit is reached.
> OpBuilder.OP_LIMIT limits number of types built in a single type building method.
> Follow-up type building methods are spawned when the limit is reached.

This pull request has now been integrated.

Changeset: f4a1abc1
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/f4a1abc1ce5cccb2fc2ed661960d9d349a378fe1
Stats:     238 lines in 2 files changed: 186 ins; 10 del; 42 mod

OpBuilder splitting into lambdas based on OP_LIMIT

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

PR: https://git.openjdk.org/babylon/pull/833


More information about the babylon-dev mailing list