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

Convert JavacFileManager to use java.nio.file internally

XMLWordPrintable

    • b97
    • Not verified

      The java.nio.file API (and related zipfs file system) provide a better, more functional, and simpler API than the mix of java.io.File, java.util.JarFile, and private internal support for reading zip files currently found in javac.

      We should convert JavacFileManager to use java.nio.file internally.

      See JDK-8059977 for the related bug, regarding the use of java.nio.file in the public API (i.e. StandardFileManager.)

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

              Created:
              Updated:
              Resolved: