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

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.13 by jsr166, Wed Jul 22 01:36:51 2009 UTC vs.
Revision 1.14 by jsr166, Wed Jul 22 20:55:22 2009 UTC

# Line 410 | Line 410 | public class ForkJoinWorkerThread extend
410       * Caller must ensure q is non-null and index is in range.
411       */
412      private static void setSlot(ForkJoinTask<?>[] q, int i,
413 <                                ForkJoinTask<?> t){
413 >                                ForkJoinTask<?> t) {
414          UNSAFE.putOrderedObject(q, (i << qShift) + qBase, t);
415      }
416  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines