Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333103

Re-examine the console provider loading

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: