--- jsr166/src/jsr166y/ForkJoinPool.java 2009/08/04 00:55:13 1.43 +++ jsr166/src/jsr166y/ForkJoinPool.java 2009/08/04 11:44:33 1.44 @@ -45,8 +45,8 @@ import java.util.concurrent.atomic.Atomi * #setMaintainsParallelism}, the pool attempts to maintain this * number of active (or available) threads by dynamically adding, * suspending, or resuming internal worker threads, even if some tasks - * are waiting to join others. However, no such adjustments are - * performed in the face of blocked IO or other unmanaged + * are stalled waiting to join others. However, no such adjustments + * are performed in the face of blocked IO or other unmanaged * synchronization. The nested {@link ManagedBlocker} interface * enables extension of the kinds of synchronization accommodated. * The target parallelism level may also be changed dynamically