Reports any calls to
Thread.yield()
.
Thread.yield()
has no useful guaranteed semantics, and is often used by inexperienced programmers to mask race conditions.