Re-examine the console provider loading

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: None
    • Component/s: core-libs
    • 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.

            Assignee:
            Naoto Sato
            Reporter:
            Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: