I can find old references and SO answers that say the behavior of Thread.yield()
varies by platform. This answer indicates that that's because the behavior isn't actually specified.
Is it still the case with modern versions of Java that Thread.yield()
behavior varies by platform?
Edit
I've already read the documentation. I understand what it implies. I'm asking about actual behavior.