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.161 by dl, Mon Dec 17 12:09:36 2012 UTC vs.
Revision 1.162 by dl, Mon Dec 17 16:31:15 2012 UTC

# Line 2577 | Line 2577 | public class ForkJoinPool extends Abstra
2577      }
2578  
2579      /**
2580 <     * Returns the common pool instance.
2580 >     * Returns the common pool instance. This pool is statically
2581 >     * constructed; its run state is unaffected by attempts to
2582 >     * {@link @shutdown} or {@link #shutdownNow}.
2583       *
2584       * @return the common pool instance
2585       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines