History log of /openjdk9/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
Revision Date Author Comments
# 16948:9289f04ddb54 05-Apr-2017 rriggs

8165641: Deprecate Object.finalize
Reviewed-by: mchung, smarks


# 16520:5f9a526939d9 19-Jan-2017 sherman

8173072: zipfs fails to handle incorrect info-zip "extended timestamp extra field"
Reviewed-by: redestad


# 16489:cb19d883084d 18-Jan-2017 sherman

8172921: Zip filesystem performance improvement and code cleanup
Reviewed-by: redestad


# 14670:b2107665f352 01-Jun-2016 sherman

8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
Reviewed-by: psandoz


# 14381:b9ed1a4feefb 06-May-2016 sherman

8150496: (zipfs) Fix performance issues in zip-fs
8150366: (zipfs) lastAccessTime and createTime returned as null instead of default value
Reviewed-by: alanb, redestad, shade


# 13405:5cebf921be7a 30-Dec-2015 sdrach

8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
Summary: JEP 238 Multi-Release JarFileSystem implementation
Reviewed-by: alanb, psandoz, sherman


# 12048:6f00367ab8e1 27-May-2015 sherman

8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE
8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
Summary: to open the new steram with appropricate open options
Reviewed-by: alanb


# 11722:b1eeff4dac1b 06-Apr-2015 sherman

8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
Summary: to add extra sanity check for entry extra data
Reviewed-by: alanb


# 11685:c82853020ede 10-Mar-2015 martin

8075774: Small readability and performance improvements for zipfs
Reviewed-by: sherman, alanb


# 11563:0e1bb756145c 04-Mar-2015 bpb

8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Summary: Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb


# 11296:7af354d25024 22-Jan-2015 sherman

8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
Summary: to close the leaking channel as suggested
Reviewed-by: alanb


# 11295:b6ae6184b241 22-Jan-2015 sherman

8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
Summary: to synchronize the write and close methods of the entry output stream
Reviewed-by: alanb


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com