ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.175 by jsr166, Thu Apr 18 06:41:27 2013 UTC vs.
Revision 1.176 by jsr166, Thu Apr 18 06:44:03 2013 UTC

# Line 328 | Line 328 | public class ForkJoinPool extends Abstra
328       * waiting workers (or trigger creation of new ones if fewer than
329       * the given parallelism level -- signalWork).  These primary
330       * signals are buttressed by others whenever other threads remove
331 <     * a task from a queue a notice that there are other tasks there
331 >     * a task from a queue and notice that there are other tasks there
332       * as well.  So in general, pools will be over-signalled. On most
333       * platforms, signalling (unpark) overhead time is noticeably
334       * long, and the time between signalling a thread and it actually

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines