-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
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.
SeeJDK-8059977 for the related bug, regarding the use of java.nio.file in the public API (i.e. StandardFileManager.)
We should convert JavacFileManager to use java.nio.file internally.
See
- duplicates
-
JDK-8061702 Remove use of ZipFileIndex and related classes
-
- Closed
-
-
JDK-8130944 JavacFileManager#setLocationFromPaths only works with the default filesystem
-
- Closed
-
- relates to
-
JDK-8281316 javac performance issues with large number of jars on classpath
-
- Open
-
-
JDK-8144891 ToolBox should use java.nio.file.Path internally, instead of java.io.File
-
- Resolved
-
-
JDK-8059977 StandardJavaFileManager should support java.nio.file.Path
-
- Closed
-