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.65 by jsr166, Wed Jun 8 00:50:35 2011 UTC vs.
Revision 1.66 by jsr166, Wed Jun 8 01:02:56 2011 UTC

# Line 988 | Line 988 | public class ForkJoinPool extends Abstra
988      }
989  
990      /**
991 <     * Decrements blockedCount and increments active count
991 >     * Decrements blockedCount and increments active count.
992       */
993      private void postBlock() {
994          long c;
# Line 1020 | Line 1020 | public class ForkJoinPool extends Abstra
1020  
1021      /**
1022       * Possibly blocks the given worker waiting for joinMe to
1023 <     * complete or timeout
1023 >     * complete or timeout.
1024       *
1025       * @param joinMe the task
1026       * @param millis the wait time for underlying Object.wait
# Line 1056 | Line 1056 | public class ForkJoinPool extends Abstra
1056      }
1057  
1058      /**
1059 <     * If necessary, compensates for blocker, and blocks
1059 >     * If necessary, compensates for blocker, and blocks.
1060       */
1061      private void awaitBlocker(ManagedBlocker blocker)
1062          throws InterruptedException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines