When an exception kills a thread in a Group
Aleksey Shipilev
aleksey.shipilev at oracle.com
Wed Aug 27 10:43:23 UTC 2014
On 06/25/2014 05:07 PM, Aleksey Shipilev wrote:
> Thanks, my original hunch was almost correct. The exceptional thread
> indeed exits, and the second thread is stuck at StampedLock acquire. The
> *control* thread which reads the results from the benchmark threads
> (through the futures), waits for synchronize iteration epilog to finish,
> which will never finish since second thread is stuck.
This is recorded as
https://bugs.openjdk.java.net/browse/CODETOOLS-7901008
We will try to take care of it after 1.0.
Thanks,
-Aleksey.
More information about the jmh-dev
mailing list