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.290 by jsr166, Sun Oct 11 00:47:11 2015 UTC vs.
Revision 1.291 by jsr166, Sun Oct 11 04:27:44 2015 UTC

# Line 1310 | Line 1310 | public class ForkJoinPool extends Abstra
1310  
1311          // Unsafe mechanics. Note that some are (and must be) the same as in FJP
1312          private static final sun.misc.Unsafe U = sun.misc.Unsafe.getUnsafe();
1313        private static final int  ABASE;
1314        private static final int  ASHIFT;
1313          private static final long QLOCK;
1314 +        private static final int ABASE;
1315 +        private static final int ASHIFT;
1316          static {
1317              try {
1318                  QLOCK = U.objectFieldOffset
# Line 3435 | Line 3435 | public class ForkJoinPool extends Abstra
3435      // Unsafe mechanics
3436      private static final sun.misc.Unsafe U = sun.misc.Unsafe.getUnsafe();
3437      private static final long CTL;
3438 <    private static final int  ABASE;
3439 <    private static final int  ASHIFT;
3438 >    private static final int ABASE;
3439 >    private static final int ASHIFT;
3440  
3441      static {
3442          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines