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.295 by jsr166, Mon Oct 12 14:49:43 2015 UTC vs.
Revision 1.296 by jsr166, Sat Oct 24 15:53:53 2015 UTC

# Line 674 | Line 674 | public class ForkJoinPool extends Abstra
674           * Returns a new worker thread operating in the given pool.
675           *
676           * @param pool the pool this thread works in
677 <         * @return the new worker thread
677 >         * @return the new worker thread, or {@code null} if the request
678 >         *         to create a thread is rejected
679           * @throws NullPointerException if the pool is null
680           */
681          public ForkJoinWorkerThread newThread(ForkJoinPool pool);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines