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.263 by jsr166, Sun Aug 9 16:34:16 2015 UTC vs.
Revision 1.264 by jsr166, Sun Aug 9 18:06:42 2015 UTC

# Line 318 | Line 318 | public class ForkJoinPool extends Abstra
318       * submissions, replacement of terminated workers, and/or
319       * compensation for blocked workers. However, all other support
320       * code is set up to work with other policies.  To ensure that we
321 <     * do not hold on to worker references that would prevent GC, All
321 >     * do not hold on to worker references that would prevent GC, all
322       * accesses to workQueues are via indices into the workQueues
323       * array (which is one source of some of the messy code
324       * constructions here). In essence, the workQueues array serves as

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines