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.220 by jsr166, Fri Aug 29 02:24:32 2014 UTC vs.
Revision 1.221 by jsr166, Fri Aug 29 02:29:36 2014 UTC

# Line 1752 | Line 1752 | public class ForkJoinPool extends Abstra
1752       * another worker to possibly repeat this process.
1753       *
1754       * @param w the calling worker
1755 <     * param r a random seed (for spins)
1755 >     * @param r a random seed (for spins)
1756       * @return false if the worker should terminate
1757       */
1758      private boolean awaitWork(WorkQueue w, int r) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines