JDK 1.1 for Solaris Developer's Guide

Threads

As discussed in "Java Threads in the Solaris Environment -- Earlier Releases*", performance is increased dramatically by using native threads. Green threads are not time-sliced and might require calls to Thread.yield() in loops, slowing execution. Other techniques to avoid: