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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.119 by dl, Tue Jan 31 00:44:13 2012 UTC vs.
Revision 1.120 by jsr166, Tue Jan 31 01:32:25 2012 UTC

# Line 1001 | Line 1001 | public class ForkJoinPool extends Abstra
1001  
1002      /**
1003       * Per-thread records for threads that submit to pools. Currently
1004 <     * holds only psuedo-random seed / index that is used to choose
1004 >     * holds only pseudo-random seed / index that is used to choose
1005       * submission queues in method doSubmit. In the future, this may
1006       * also incorporate a means to implement different task rejection
1007       * and resubmission policies.
# Line 1818 | Line 1818 | public class ForkJoinPool extends Abstra
1818       *
1819       * @param now if true, unconditionally terminate, else only
1820       * if no work and no active workers
1821 <     * @paran enable if true, enable shutdown when next possible
1821 >     * @param enable if true, enable shutdown when next possible
1822       * @return true if now terminating or terminated
1823       */
1824      private boolean tryTerminate(boolean now, boolean enable) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines