hg: jdk8/tl/jdk: 8011172: JSR 310 DateTime API Updates II

2013-04-12 Thread xueming . shen
Changeset: f4d50e8cc9e2 Author:sherman Date: 2013-04-12 07:57 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f4d50e8cc9e2 8011172: JSR 310 DateTime API Updates II Summary: Integration of JSR310 Date/Time API update Reviewed-by: alanb, naoto, dholmes Contributed-by: scolebou..

hg: jdk8/tl/jdk: 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt

2013-04-12 Thread xueming . shen
Changeset: 035a61c9f981 Author:sherman Date: 2013-04-12 09:51 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/035a61c9f981 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt Summary: added the hijrah-config-umalqura.properties into the l

hg: jdk8/tl/jdk: 8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries

2013-04-12 Thread robert . field
Changeset: e2cd40d7567c Author:rfield Date: 2013-04-12 10:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e2cd40d7567c 8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries Reviewed-by: mduigou, alanb ! src/share/classe

Re: Why cannot overwrite a KeyEntry with a TrustCertEntry?

2013-04-12 Thread Bruce Rich
Although no one really remembers why, I suspect in a prehistoric world where you only had TrustedCertificateEntry and PrivateKeyEntry, you might allow an upgrade from TCE to PKE with the assumption that the certificate is the same and we are really just adding the private key. So in that scenari

Re: Why cannot overwrite a KeyEntry with a TrustCertEntry?

2013-04-12 Thread Matthew Hall
If I cannot overwrite an existing alias, how am I supposed to refresh expired certificates and keys with new copies of themselves, without creating a race that could lose an entry if the VM dies at a bad moment? All the weird and byzantine KeyStore restrictions feel too much like the APIs tryin

hg: jdk8/tl/jdk: 8011200: (coll) Optimize empty HashMap and ArrayList

2013-04-12 Thread mike . duigou
Changeset: 2e3cc7f599ca Author:mduigou Date: 2013-04-10 12:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2e3cc7f599ca 8011200: (coll) Optimize empty HashMap and ArrayList Reviewed-by: mduigou, alanb, bchristi, martin Contributed-by: Sergey Linetskiy , John Rose , Mike Du

hg: jdk8/tl/jdk: 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime

2013-04-12 Thread xueming . shen
Changeset: 6c935c5ac7ff Author:sherman Date: 2013-04-12 12:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c935c5ac7ff 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb !

hg: jdk8/tl/jdk: 8002390: (zipfs) Problems moving files between zip file systems

2013-04-12 Thread xueming . shen
Changeset: 729ca1ef7c75 Author:sherman Date: 2013-04-12 12:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/729ca1ef7c75 8002390: (zipfs) Problems moving files between zip file systems Summary: fixed the corner cases in zipfs Reviewed-by: sherman Contributed-by: mark.shepp..

hg: jdk8/tl/jdk: 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE

2013-04-12 Thread jonathan . gibbons
Changeset: d8cae0195fe9 Author:henryjen Date: 2013-04-12 12:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d8cae0195fe9 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE Reviewed-by: alanb, mduigou ! src/share/classes/jav

hg: jdk8/tl/jdk: 8012028: Metafactory-generated lambda classes should be final; ...

2013-04-12 Thread robert . field
Changeset: 06dfdfa8c3e6 Author:rfield Date: 2013-04-12 20:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/06dfdfa8c3e6 8012028: Metafactory-generated lambda classes should be final 8008941: isSynthetic() returns false for lambda instances Reviewed-by: mduigou ! src/share/c