History log of /openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/PathFileObject.java
Revision Date Author Comments
# 4121:b8a35541a048 20-Apr-2017 jjg

8178017: JDK 9 change to symlink handling causes misleading class.public.should.be.in.file diagnostic
Reviewed-by: jlahoda, cushon


# 3811:4d4cd7cd731c 12-Dec-2016 jlahoda

8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change
Summary: Using Path.equals instead of Files.isSameFile to speed up Filer checks
Reviewed-by: jjg


# 3392:04fcbc7234a4 12-May-2016 jjg

8149843: StandardJavaFileManager should provide a way to get paths from strings
8150111: Need to change signature of StandardJavaFileManager.setLocationFromPaths
Reviewed-by: vromero, jlahoda


# 3240:656b3aa4229f 09-Feb-2016 jjg

8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9
Reviewed-by: jlahoda


# 3155:30e288cb2d22 07-Dec-2015 jjg

8059976: Convert JavacFileManager to use java.nio.file internally
Reviewed-by: jlahoda


# 2983:599930f29330 25-Jun-2015 jfdenise

8080511: Refresh of jimage support
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com


# 2872:20d9ef15b020 02-Apr-2015 jjg

8076420: Consolidate javac file handling in javac.file package
Reviewed-by: jlahoda