hg: jdk8/tl/jdk: 4759491: method ZipEntry.setTime(long) works incorrectly; ... (original) (raw)
xueming.shen at oracle.com xueming.shen at oracle.com
Thu May 30 02:53:10 UTC 2013
- Previous message: hg: jdk8/tl/langtools: 8015641: genstubs needs to cope with static interface methods
- Next message: RFR: JDK-8015628 - Test Failure in closed/java/io/pathNames/GeneralSolaris.java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 90df6756406f Author: sherman Date: 2013-05-29 19:50 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/90df6756406f
4759491: method ZipEntry.setTime(long) works incorrectly 6303183: Support NTFS and Unix-style timestamps for entries in Zip files 7012856: (zipfs) Newly created entry in zip file system should set all file times non-null values. 7012868: (zipfs) file times of entry in zipfs should always be the same regardless of TimeZone. Summary: to add suuport of Info-ZIP extended timestamp in extra data fields Reviewed-by: martin, alanb
! src/share/classes/java/util/zip/ZipConstants.java ! src/share/classes/java/util/zip/ZipEntry.java ! src/share/classes/java/util/zip/ZipFile.java ! src/share/classes/java/util/zip/ZipInputStream.java ! src/share/classes/java/util/zip/ZipOutputStream.java
- src/share/classes/java/util/zip/ZipUtils.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipInfo.java ! test/demo/zipfs/ZipFSTester.java ! test/demo/zipfs/basic.sh ! test/java/util/jar/TestExtra.java ! test/java/util/zip/StoredCRC.java
- test/java/util/zip/TestExtraTime.java ! test/java/util/zip/ZipFile/Assortment.java
- Previous message: hg: jdk8/tl/langtools: 8015641: genstubs needs to cope with static interface methods
- Next message: RFR: JDK-8015628 - Test Failure in closed/java/io/pathNames/GeneralSolaris.java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]