blob: fc1b095ed7a4798baef2cd2b6fddd3638dbc2e01 [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>
<small>Powered by InspectionGadgets</small>
</body>
</html>