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.46 by dl, Tue Aug 4 14:19:00 2009 UTC vs.
Revision 1.47 by jsr166, Wed Aug 5 15:40:09 2009 UTC

# Line 384 | Line 384 | public class ForkJoinPool extends Abstra
384       *
385       * @param parallelism the parallelism level
386       * @throws IllegalArgumentException if parallelism less than or
387 <     * equal to zero
387 >     *         equal to zero, or greater than implementation limit
388       * @throws SecurityException if a security manager exists and
389       *         the caller is not permitted to modify threads
390       *         because it does not hold {@link
# Line 417 | Line 417 | public class ForkJoinPool extends Abstra
417       * @param parallelism the parallelism level
418       * @param factory the factory for creating new threads
419       * @throws IllegalArgumentException if parallelism less than or
420 <     * equal to zero, or greater than implementation limit
420 >     *         equal to zero, or greater than implementation limit
421       * @throws NullPointerException if factory is null
422       * @throws SecurityException if a security manager exists and
423       *         the caller is not permitted to modify threads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines