RFR for JDK-8025198 Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
Martin Buchholz
martinrb at google.com
Mon Nov 4 03:42:02 UTC 2013
On Sun, Nov 3, 2013 at 5:09 PM, David Holmes <david.holmes at oracle.com>wrote:
>
> Locking access to a CountDownLatch just seems inherently wrong. I get that
> it is the atomicity of the two calls that we want, but this still seems
> unpleasant. I've looked at Martin's suggested fix and confess that I am
> struggling to understand what exactly are we trying to achieve with this
> synchronization ??
>
I was scratching my head trying to understand the author's intent as well.
The idea IIRC was to have the last cohort of pool-size threads all start
executing "as concurrently as possible" to try to tickle any races.
Perhaps that was indeed able to help repro some bug back in 2007.
More information about the core-libs-dev
mailing list