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

Remove use of ZipFileIndex and related classes

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Duplicate
    • 9
    • 9
    • tools
    • None

    Description

      javac provides the ability to use a custom private implementation of code to read zip files. As we transition towards using NIO file systems within javac, we should remove this private internal library.

      The classes to be removed are:
          javac.file.ZipFileIndex
          javac.file.ZipFileIndexArchive
          javac.file.ZipFileIndexCache

      In addition, JavacFileManager will be simplified to not support these classes. The feature was controlled by undocumented -XD options, so no CCC will be required to remove this support.

      Attachments

        Issue Links

          Activity

            People

              jjg Jonathan Gibbons
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: