Integrated: 8261036: Reduce classes loaded by CleanerFactory initialization
Claes Redestad
redestad at openjdk.java.net
Thu Feb 4 10:49:42 UTC 2021
On Wed, 3 Feb 2021 13:21:33 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> This patch refactors CleanerFactory and InnocuousThread so that we need to load fewer PrivilegedActions. This slightly reduce the number of classes we always load on bootstrap, slightly reducing static and dynamic footprint (default CDS archive -4Kb).
This pull request has now been integrated.
Changeset: 992b5008
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/992b5008
Stats: 70 lines in 3 files changed: 35 ins; 19 del; 16 mod
8261036: Reduce classes loaded by CleanerFactory initialization
Reviewed-by: rriggs
-------------
PR: https://git.openjdk.java.net/jdk/pull/2380
More information about the core-libs-dev
mailing list