hg: type-annotations/type-annotations/jdk: 7 new changesets
wdietl at gmail.com
wdietl at gmail.com
Thu May 30 15:18:46 PDT 2013
Changeset: 90df6756406f
Author: sherman
Date: 2013-05-29 19:50 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/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
Changeset: 6df9b071b04d
Author: jzavgren
Date: 2013-05-30 12:19 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/6df9b071b04d
8015299: Memory leak in jdk/src/solaris/bin/java_md_solinux.c
Reviewed-by: martin, dholmes, chegar, ksrini
! src/solaris/bin/java_md_solinux.c
Changeset: dc22b7241a70
Author: jbachorik
Date: 2013-05-30 13:58 +0200
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/dc22b7241a70
8015627: test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails in agentvm mode
Reviewed-by: alanb, chegar
! test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java
Changeset: 156ee44cd456
Author: psandoz
Date: 2013-05-30 16:08 +0200
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/156ee44cd456
8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder
Summary: Also fixes documentation on StreamBuilder.OfDouble
Reviewed-by: alanb, chegar, mduigou
! src/share/classes/java/util/stream/StreamBuilder.java
Changeset: b4742d038100
Author: psandoz
Date: 2013-05-28 15:22 +0200
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b4742d038100
8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
Reviewed-by: alanb, chegar
! src/share/classes/java/util/stream/DoubleStream.java
! src/share/classes/java/util/stream/IntStream.java
! src/share/classes/java/util/stream/LongStream.java
! src/share/classes/java/util/stream/Stream.java
Changeset: b588955b7e5b
Author: sherman
Date: 2013-05-30 14:47 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b588955b7e5b
8015271: Conversion table for EUC-KR is incorrect
Summary: to add the requested postal code mark character u+327e
Reviewed-by: alanb
! make/tools/CharsetMapping/EUC_KR.map
Changeset: e59f4eb1ffd0
Author: wmdietl
Date: 2013-05-30 15:15 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/e59f4eb1ffd0
Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk
More information about the type-annotations-dev
mailing list