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.132 by jsr166, Fri Oct 12 16:46:37 2012 UTC vs.
Revision 1.134 by jsr166, Sun Oct 21 06:40:20 2012 UTC

# Line 1301 | Line 1301 | public class ForkJoinPool extends Abstra
1301       *
1302       * @param w the worker's queue
1303       */
1304
1304      final void registerWorker(WorkQueue w) {
1305          Mutex lock = this.lock;
1306          lock.lock();
# Line 1519 | Line 1518 | public class ForkJoinPool extends Abstra
1518       * awaiting signal,
1519       *
1520       * @param w the worker (via its WorkQueue)
1521 <     * @return a task or null of none found
1521 >     * @return a task or null if none found
1522       */
1523      private final ForkJoinTask<?> scan(WorkQueue w) {
1524          WorkQueue[] ws;                       // first update random seed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines