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.253 by dl, Mon Aug 3 16:30:37 2015 UTC vs.
Revision 1.254 by jsr166, Mon Aug 3 17:53:33 2015 UTC

# Line 998 | Line 998 | public class ForkJoinPool extends Abstra
998          // Specialized execution methods
999  
1000          /**
1001 <         * Pops and executes up to POLL_LIMIT tasks or until empty
1001 >         * Pops and executes up to POLL_LIMIT tasks or until empty.
1002           */
1003          final void localPopAndExec() {
1004              for (int nexec = 0;;) {
# Line 1022 | Line 1022 | public class ForkJoinPool extends Abstra
1022          }
1023  
1024          /**
1025 <         * Polls and executes up to POLL_LIMIT tasks or until empty
1025 >         * Polls and executes up to POLL_LIMIT tasks or until empty.
1026           */
1027          final void localPollAndExec() {
1028              for (int nexec = 0;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines