blob: f1c406cb726a42be21cc01478bbcff8348e1462d [file] [log] [blame]
<html>
<body>
Reports on any call to <b>Object.wait()</b> or <b>Condition.await()</b> 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 <b>notify()</b>/<b>notifyAll()</b>
or <b>signal()</b>/<b>signalAll()</b> never
get called.
<!-- tooltip end -->
<p>
</body>
</html>