RFR: 8339742: Refactor ClassFileImpl to allow loading Option classes lazily
Claes Redestad
redestad at openjdk.org
Mon Sep 9 14:17:04 UTC 2024
On Mon, 9 Sep 2024 11:16:32 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> Refactor ClassFileImpl so that Option classes are not eagerly loaded.
>
> - Reduces number of classes loaded on various startup tests (typically 15 classes less)
> - Reduces size of the default CDS archive by ~30Kb
Thanks for the reviewing!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20911#issuecomment-2338245453
More information about the core-libs-dev
mailing list