Skip to main content
edited body
Source Link
nhahtdh
  • 56.9k
  • 15
  • 131
  • 164

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.

Any idea what java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject is? 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.

Any idea what java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject is?

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.

Source Link
Mirko
  • 1.6k
  • 3
  • 12
  • 22

Any idea what java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject is? 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.