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

JarFile stream() and entries() methods need performance enhancement

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • core-libs

    Description

      The stream() and entries() methods share the JarEntryIterator which was made multi-release jar aware. That change caused the methods to slow down when processing a jar file that is not multi-release. It has been suggested that we should have two JarEntryIterator implementations, one for multi-release jars and one for regular jars. This issue tracks the performance investigation and any updates that result from it.

      Attachments

        Issue Links

          Activity

            People

              sdrach Steve Drach (Inactive)
              sdrach Steve Drach (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: