hg: jdk7u/jdk7u-dev/jdk: 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever

2013-10-10 Thread dmitry . degrave
Changeset: 3f9d91c59d8c Author:igerasim Date: 2013-10-10 17:45 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3f9d91c59d8c 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever Reviewed-by: alanb ! src/windows/classes/java

CFV: New JDK7u Committer: Mikhail Cherkasov

2013-10-10 Thread Alexander Potochkin
I hereby nominate Mikhail Cherkasov to jdk7u Committer. Mikhail has been a member of the Java SE sustaining team for more than a year now and already made enough contributions to get the committer status for the JDK8 project. Mikhail has spent most of that time working on the client JDK issues

Re: CFV: New JDK7u Committer: Mikhail Cherkasov

2013-10-10 Thread Abhijit Saha
Vote: yes. Thanks Abhijit On 10/10/2013 9:20 AM, Alexander Potochkin wrote: I hereby nominate Mikhail Cherkasov to jdk7u Committer. Mikhail has been a member of the Java SE sustaining team for more than a year now and already made enough contributions to get the committer status for the JDK8

[PATCH] 7052549 "(aio) AssertionError in sun.nio.ch.PendingIoCache.clearPendingIoMap (win)"

2013-10-10 Thread Yuri Gaevsky
Hello, I'm trying to follow [1] in order to propose a patch for JDK-7052549 [2] into the JDK 7 Updates and hopefully this is the correct mailing list for it. The code in clearPendingIoMap() doesn't use 'synchronized' access to internal data as all other methods do and the 'assert Thread.holdsLoc

Re: [PATCH] 7052549 "(aio) AssertionError in sun.nio.ch.PendingIoCache.clearPendingIoMap (win)"

2013-10-10 Thread Alan Bateman
On 10/10/2013 20:56, Yuri Gaevsky wrote: Hello, I'm trying to follow [1] in order to propose a patch for JDK-7052549 [2] into the JDK 7 Updates and hopefully this is the correct mailing list for it. The code in clearPendingIoMap() doesn't use 'synchronized' access to internal data as all other

RE: [PATCH] 7052549 "(aio) AssertionError in sun.nio.ch.PendingIoCache.clearPendingIoMap (win)"

2013-10-10 Thread Yuri Gaevsky
Hi Alan, :-) Sure, will do. -Yuri -Original Message- From: Alan Bateman [mailto:alan.bate...@oracle.com] Sent: Friday, October 11, 2013 12:17 AM To: Yuri Gaevsky Cc: jdk7u-dev@openjdk.java.net Subject: Re: [PATCH] 7052549 "(aio) AssertionError in sun.nio.ch.PendingIoCache.clearPendingI

Re: CFV: New JDK7u Committer: Mikhail Cherkasov

2013-10-10 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 10/10/2013 08:20 PM, Alexander Potochkin wrote: I hereby nominate Mikhail Cherkasov to jdk7u Committer. Mikhail has been a member of the Java SE sustaining team for more than a year now and already made enough contributions to get the committer status for

[jdk7u-dev] Request for approval: (JAXP) 8003262 : reverse translation required changes

2013-10-10 Thread huizhe wang
Hi, I'd like to request for approval to backport 8003262 to 7u60. Here's the bug: https://jbs.oracle.com/bugs/browse/JDK-8003262 Webrev: http://cr.openjdk.java.net/~joehw/jdk8/8003262/webrev/ The fix was already pushed to jdk8: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/b76629725522 The co