On Thu, 13 Oct 2022 21:53:47 GMT, Ioi Lam <ik...@openjdk.org> wrote: > Please review this small optimization. As shown in the JBS issue, most of the > generated LambdaForm classes have a single ClassData, so we can get a small > footprint/speed improvement.
This pull request has now been integrated. Changeset: 8d4c0772 Author: Ioi Lam <ik...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8d4c077218748d37617fc1bdb537a165706a5849 Stats: 68 lines in 1 file changed: 39 ins; 26 del; 3 mod 8295302: Do not use ArrayList when LambdaForm has a single ClassData Reviewed-by: vlivanov, redestad, mchung ------------- PR: https://git.openjdk.org/jdk/pull/10706