blob: a243d02397b2bea401ec8b9de9ea46ace24db63e [file] [log] [blame]
<html>
<body>
Reports on any call to <b>java.util.concurrent.locks.Condition.await()</b> not made inside a loop.
<b>await()</b> and related methods are normally
used to suspend a thread until a condition is signalled as true, and that condition should be checked after the <b>await()</b>
returns. A loop is the clearest way to achieve this.
<!-- tooltip end -->
<p>
</body>
</html>