blob: 1a248a409262204001f69e17674c4a1392800775 [file] [log] [blame]
<html>
<body>
Reports calls to <b>java.lang.Thread.sleep()</b> that occur inside loops. Such calls
are indicative of "busy-waiting". Busy-waiting is often inefficient, and may result in unexpected deadlocks
as busy-waiting threads do not release locked resources.
<!-- tooltip end -->
<p>
</body>
</html>