On Mon, 9 Sep 2024 11:16:32 GMT, Claes Redestad 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 revie
On Mon, 9 Sep 2024 11:16:32 GMT, Claes Redestad 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
It looks good to me
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
-
Commit messages:
- Cleanup, fix failing test
- Refactor ClassFileImpl