RFR: 8333103: Re-examine the console provider loading
Claes Redestad
redestad at openjdk.org
Thu May 30 10:11:01 UTC 2024
On Thu, 30 May 2024 10:02:25 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Would it be possible to provide more context/background here? This is not code that is used during startup. Is there benchmark data to share for first use of java.io.IO ?
I think this was brought to the fore by https://openjdk.org/jeps/477 where running the example implicit main:
void main() {
println("Hello, World!");
}
.. brings in this code. This PR is one of several to try and smoothen a few rough edges that makes the startup of that quite a bit heavier than the baseline non-implicit Hello World.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19467#issuecomment-2139218517
More information about the core-libs-dev
mailing list