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.233 by jsr166, Sun Jan 4 09:15:11 2015 UTC vs.
Revision 1.234 by jsr166, Thu Jan 15 18:06:29 2015 UTC

# Line 3356 | Line 3356 | public class ForkJoinPool extends Abstra
3356      private static final long QCURRENTJOIN;
3357  
3358      static {
3359        // initialize field offsets for CAS etc
3359          try {
3360              CTL = U.objectFieldOffset
3361                  (ForkJoinPool.class.getDeclaredField("ctl"));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines