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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.64 by jsr166, Tue May 6 18:34:24 2014 UTC vs.
Revision 1.65 by dl, Mon Jul 7 18:29:08 2014 UTC

# Line 89 | Line 89 | public class ForkJoinWorkerThread extend
89       * @return the index number
90       */
91      public int getPoolIndex() {
92 <        return workQueue.poolIndex >>> 1; // ignore odd/even tag bit
92 >        return workQueue.getPoolIndex();
93      }
94  
95      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines