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.219 by dl, Thu Aug 28 18:41:29 2014 UTC vs.
Revision 1.220 by jsr166, Fri Aug 29 02:24:32 2014 UTC

# Line 795 | Line 795 | public class ForkJoinPool extends Abstra
795          }
796  
797          /**
798 <         * Returns an exportable index (used by ForkJoinWorkerThread)
798 >         * Returns an exportable index (used by ForkJoinWorkerThread).
799           */
800          final int getPoolIndex() {
801              return (config & 0xffff) >>> 1; // ignore odd/even tag bit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines