Integrated: 8339710: Avoid initializing AccessFlag related classes in write-only cases

Claes Redestad redestad at openjdk.org
Mon Sep 9 05:56:11 UTC 2024


On Sun, 8 Sep 2024 13:17:24 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> This PR reduces number of classes loaded on a minimal lambda bootstrapping test by 4 by avoiding the need to pull in some AccessFlag classes.

This pull request has now been integrated.

Changeset: b45fe174
Author:    Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b45fe174500f4bc38a0bb703c81614355404ae4f
Stats:     39 lines in 3 files changed: 36 ins; 0 del; 3 mod

8339710: Avoid initializing AccessFlag related classes in write-only cases

Reviewed-by: liach

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

PR: https://git.openjdk.org/jdk/pull/20904


More information about the core-libs-dev mailing list