标签: java multithreading
我读到可能会发生虚假唤醒,其中线程等待可以在没有通知和notifyAll呼叫的情况下唤醒,我们如何防止这样的唤醒? Do spurious wakeups actually happen?