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.268 by jsr166, Sun Aug 9 18:39:22 2015 UTC vs.
Revision 1.269 by jsr166, Thu Sep 3 22:58:35 2015 UTC

# Line 262 | Line 262 | public class ForkJoinPool extends Abstra
262       * a spinlock, unlocking requires only a "releasing" store (using
263       * putOrderedInt).  The qlock is also used during termination
264       * detection, in which case it is forced to a negative
265 <     * nonlockable value.
265 >     * non-lockable value.
266       *
267       * Management
268       * ==========

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines