hg: jdk8/tl/jdk: 7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)

2012-06-18 Thread alan . bateman
Changeset: 689129c71ccd Author:alanb Date: 2012-06-18 11:19 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/689129c71ccd 7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win) Reviewed-by: chegar, coffeys ! test/java/nio/channels/AsyncCloseAndInterrupt

JEP 155: Concurrency updates (jsr166e)

2012-06-18 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/155 - Mark

Re: JEP 155: Concurrency updates (jsr166e)

2012-06-18 Thread David M. Lloyd
On 06/18/2012 04:12 PM, mark.reinh...@oracle.com wrote: Posted: http://openjdk.java.net/jeps/155 - Mark Might Doug's two-field atomic operations support idea possibly be a part of this (i.e. make it in time for Java 8)? -- - DML

Re: JEP 155: Concurrency updates (jsr166e)

2012-06-18 Thread Doug Lea
On 06/18/12 17:34, David M. Lloyd wrote: On 06/18/2012 04:12 PM, mark.reinh...@oracle.com wrote: Posted: http://openjdk.java.net/jeps/155 - Mark Might Doug's two-field atomic operations support idea possibly be a part of this (i.e. make it in time for Java 8)? I think it is unlikely for JD