hg: jdk8/tl/langtools: 7015104: use new subtype of TypeSymbol for type parameters

2013-04-12 Thread joel . franck
Changeset: 137994c189e5 Author:jfranck Date: 2013-04-12 12:05 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/137994c189e5 7015104: use new subtype of TypeSymbol for type parameters Reviewed-by: jjg, mcimadamore ! src/share/classes/com/sun/tools/javac/code/Symbol.java !

RFR: 8010514: G1: Concurrent mode failure tracing event

2013-04-12 Thread Kevin Walls
Hi, I'd like to get a review on this G1 event for hs24. It offers a similar warning to the concurrent mode failure in CMS when the concurrent part of the collection (concurrent mark here in G1) aborts (and is an event fairly equivalent to seeing "concurrent-mark-abort" on the text log). htt

Re: RFR: 8010514: G1: Concurrent mode failure tracing event

2013-04-12 Thread Jesper Wilhelmsson
Looks good. Ship it! /Jesper Kevin Walls skrev 12/4/13 12:46 PM: Hi, I'd like to get a review on this G1 event for hs24. It offers a similar warning to the concurrent mode failure in CMS when the concurrent part of the collection (concurrent mark here in G1) aborts (and is an event fairly equi

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

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

Re: RFR: 8010514: G1: Concurrent mode failure tracing event

2013-04-12 Thread John Cuthbertson
Hi Kevin, Looks fine. JohnC On 4/12/2013 3:46 AM, Kevin Walls wrote: Hi, I'd like to get a review on this G1 event for hs24. It offers a similar warning to the concurrent mode failure in CMS when the concurrent part of the collection (concurrent mark here in G1) aborts (and is an event fa

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..

Re: RFR: 8010514: G1: Concurrent mode failure tracing event

2013-04-12 Thread Kevin Walls
Thanks John, thanks Jesper. On 12/04/13 20:05, John Cuthbertson wrote: Hi Kevin, Looks fine. JohnC On 4/12/2013 3:46 AM, Kevin Walls wrote: Hi, I'd like to get a review on this G1 event for hs24. It offers a similar warning to the concurrent mode failure in CMS when the concurrent part o

Re: hs25 review request: 8008511 JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition

2013-04-12 Thread John Rose
On Apr 2, 2013, at 2:09 PM, Coleen Phillimore wrote: >> Also, the decision how to represent the MNT depends on its future usage by >> the compiler team. >> As we agreed, the compiler team is going to adjust the MNT to their needs >> at some point when it is more convenient for them. >> So that

Re: hs25 review request: 8008511 JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition

2013-04-12 Thread serguei.spit...@oracle.com
I've filed a bug on this: https://jbs.oracle.com/bugs/browse/JDK-8012162 Thanks, Serguei On 4/12/13 3:12 PM, John Rose wrote: On Apr 2, 2013, at 2:09 PM, Coleen Phillimore mailto:coleen.phillim...@oracle.com>> wrote: Also, the decision how to represent the MNT depends on its future usage

hs25 review request (2nd round): 8008511 JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition

2013-04-12 Thread serguei.spit...@oracle.com
Please, review the following fix. This is the 2nd version that has a review fixes suggested by Coleen and John in the 1st review round. Now the mtClass is used in allocation of MemberNameTable since it's part of class metadata. All call sites in the methodHandles.cpp that recursively invoke

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