Re: JDK 8 RFR, redux, for JDK-8005294 : Consider default methods for additions to AnnotatedElement

2013-10-28 Thread Joe Darcy
Hi Peter, On 10/28/2013 07:24 AM, Peter Levart wrote: On 10/28/2013 06:59 AM, Joe Darcy wrote: Hello Joel and Peter, Working in previous feedback, please review the revised code changes for JDK-8005294 : Consider default methods for additions to AnnotatedElement http://cr.openjdk.java.n

hg: jdk8/tl: 17 new changesets

2013-10-28 Thread lana . steuck
Changeset: 22c6f0b7e2b5 Author:dcubed Date: 2013-10-15 08:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/22c6f0b7e2b5 7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS

Re: RFR: 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing

2013-10-28 Thread Masayoshi Okutsu
Looks good as a temporary solution. Thanks, Masayoshi On 10/24/2013 11:47 PM, Michael Fang wrote: Hi Aleksej, The proposed change is fine for me. thanks, -michael On 13?10?24? 06:32 ??, Aleksej Efimov wrote: Alan, Masayoshi, Michael, If you agree with the proposed changes then we can proc

hg: jdk8/tl/jdk: 17 new changesets

2013-10-28 Thread lana . steuck
Changeset: 01b81253f2d5 Author:dcubed Date: 2013-10-15 08:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/01b81253f2d5 7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add M

hg: jdk8/tl/hotspot: 70 new changesets

2013-10-28 Thread lana . steuck
Changeset: 7c26dced065e Author:amurillo Date: 2013-10-11 13:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/7c26dced065e 8026265: new hotspot build - hs25-b55 Reviewed-by: jcoomes ! make/hotspot_version Changeset: b4a4fdc1f464 Author:coleenp Date: 2013-10-09

hg: jdk8/tl/jaxws: 4 new changesets

2013-10-28 Thread lana . steuck
Changeset: 17f1b13cd401 Author:simonis Date: 2013-10-21 15:11 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/17f1b13cd401 8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath) Reviewed-by: erikj ! makefiles/Bui

hg: jdk8/tl/langtools: 4 new changesets

2013-10-28 Thread lana . steuck
Changeset: 127c2e74d2cf Author:tbell Date: 2013-10-22 16:30 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/127c2e74d2cf 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung ! make/jprt.properties Changeset: 54150586ba78 Author:

hg: jdk8/tl/jaxp: 3 new changesets

2013-10-28 Thread lana . steuck
Changeset: 0046d2278204 Author:tbell Date: 2013-10-22 16:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/0046d2278204 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung ! make/jprt.properties Changeset: 1b1e12117fe2 Author:c

hg: jdk8/tl/corba: 3 new changesets

2013-10-28 Thread lana . steuck
Changeset: a259ff3e42d9 Author:tbell Date: 2013-10-22 16:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/a259ff3e42d9 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung ! make/jprt.properties Changeset: 0bbccf77c23e Author:

hg: jdk8/tl/nashorn: 2 new changesets

2013-10-28 Thread lana . steuck
Changeset: 79f7b79bf97b Author:cl Date: 2013-10-24 09:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/79f7b79bf97b Added tag jdk8-b113 for changeset 676cd7bf5e09 ! .hgtags Changeset: 767e85d2a1b3 Author:lana Date: 2013-10-28 12:29 -0700 URL: http://hg.o

hg: jdk8/tl/jdk: 8026863: regression in anonymous Logger.setParent method

2013-10-28 Thread daniel . fuchs
Changeset: af4dd45bc7f7 Author:dfuchs Date: 2013-10-28 10:52 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/af4dd45bc7f7 8026863: regression in anonymous Logger.setParent method Summary: restore behaviour of setParent in anonymous logger and clarifies the spec with respect t

Re: JDK 8 RFR, redux, for JDK-8005294 : Consider default methods for additions to AnnotatedElement

2013-10-28 Thread Peter Levart
On 10/28/2013 06:59 AM, Joe Darcy wrote: Hello Joel and Peter, Working in previous feedback, please review the revised code changes for JDK-8005294 : Consider default methods for additions to AnnotatedElement http://cr.openjdk.java.net/~darcy/8005294.4/ I think the versions of getAnn

Re: RFR [8024521] (process) Async close issues with Process InputStream

2013-10-28 Thread Alan Bateman
On 25/10/2013 16:59, Martin Buchholz wrote: After rebasing, I propose this change which is shorter and is more obviously correct. I agree, this is simpler (more obvious) so it is a good clean-up. One additional thing may be to add a comment to explain why processExited is synchronized (or alt