ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.100 by dl, Tue Oct 6 17:40:09 2015 UTC vs.
Revision 1.101 by jsr166, Wed Oct 7 01:06:53 2015 UTC

# Line 571 | Line 571 | public abstract class ForkJoinTask<V> im
571      }
572  
573      /**
574 <     * Poll stale refs and remove them. Call only while holding lock.
574 >     * Polls stale refs and removes them. Call only while holding lock.
575       */
576      private static void expungeStaleExceptions() {
577          for (Object x; (x = exceptionTableRefQueue.poll()) != null;) {
# Line 598 | Line 598 | public abstract class ForkJoinTask<V> im
598      }
599  
600      /**
601 <     * If lock is available, poll stale refs and remove them.
601 >     * If lock is available, polls stale refs and removes them.
602       * Called from ForkJoinPool when pools become quiescent.
603       */
604      static final void helpExpungeStaleExceptions() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines