Integrated: 8333103: Re-examine the console provider loading
Naoto Sato
naoto at openjdk.org
Mon Jun 3 15:55:09 UTC 2024
On Wed, 29 May 2024 19:51:36 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> There is an initialization code in `Console` class that searches for the Console implementations. Refactoring the init code not to use lambda/stream would reduce the (initial) number of loaded classes by about 100 for java.base implementations. This would become relevant when the java.io.IO (JEP 477) uses Console as the underlying framework.
This pull request has now been integrated.
Changeset: 9686e804
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9686e804a2b058955ff88149c54a0a7896c0a2eb
Stats: 23 lines in 1 file changed: 5 ins; 0 del; 18 mod
8333103: Re-examine the console provider loading
Reviewed-by: redestad, jpai
-------------
PR: https://git.openjdk.org/jdk/pull/19467
More information about the core-libs-dev
mailing list