Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
-
PatchAvailable
Description
Calling wait or notify/notifyAll on the thread object itself, interferes with the basic Thread management built into the jvm, causing spurious thread states, including threads waking up when not expected, etc.
This patch fixes this