thread dump shows one object locked by three threads
Hi Experts,
version: Oracle JDK 7u17
It is very strange that there are 3 threads are showing "locked <0x00000004929ebab8> (a java.lang.Object)"
"pool-3-daemon-thread-510"
"[ACTIVE] ExecuteThread: '209' for queue: 'weblogic.kernel.Default (self-tuning)'"
"[ACTIVE] ExecuteThread: '184' for queue: 'weblogic.kernel.Default (self-tuning)'"
Please refer to attached file. I'm confused because my understanding is that one object should be only owned by one particular thread at a time.
Can you help explain why ?
version: Oracle JDK 7u17
It is very strange that there are 3 threads are showing "locked <0x00000004929ebab8> (a java.lang.Object)"
"pool-3-daemon-thread-510"
"[ACTIVE] ExecuteThread: '209' for queue: 'weblogic.kernel.Default (self-tuning)'"
"[ACTIVE] ExecuteThread: '184' for queue: 'weblogic.kernel.Default (self-tuning)'"
Please refer to attached file. I'm confused because my understanding is that one object should be only owned by one particular thread at a time.
Can you help explain why ?
0