History log of /openjdk10/langtools/test/tools/javac/file/zip/T8076104.java
Revision Date Author Comments
# 3155:30e288cb2d22 07-Dec-2015 jjg

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


# 2920:8a2e31525a95 15-May-2015 jlahoda

8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content
Summary: equals&hashCode of ZipFileObject and ZipFileIndexFileObject need to be based on full entry path, not only the file name.
Reviewed-by: jjg