Reports on any call to Object.wait() or Condition.await() which
does not specify a timeout. Such calls may be dangerous in high-availability programs, as failures in one
component may result in blockages of the waiting component,
if notify()/notifyAll()
or signal()/signalAll() never
get called.