Any idea what java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject is?
Any idea what java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject is? The The ConditionObject is used inside the queue to synchronize access to the queue by different threads.
Its the standard stacktrace, when a thread of your executerpool is idle and waiting for new tasks.