On Thu, 30 May 2024 10:02:25 GMT, Alan Bateman <al...@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