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