-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b26
-
generic
-
generic
`Console` is now used for `java.io.IO`, thus it may be used as part of the JVM startup where the loading performance is critical. Currently, it uses ServiceLoader to search console implementations which also brings lambda classes. It would be desirable not to use lambda/stream, in order to reduce initial number of loaded classes.