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

Comparing jsr166/src/test/loops/ConcurrentQueueLoops.java (file contents):
Revision 1.13 by jsr166, Thu Apr 14 23:16:10 2011 UTC vs.
Revision 1.14 by jsr166, Mon Dec 5 04:08:46 2011 UTC

# Line 76 | Line 76 | public class ConcurrentQueueLoops {
76          static int compute(int l) {
77              if (l == 0)
78                  return (int) System.nanoTime();
79 <            int nn =  (l >>> 7) & workMask;
79 >            int nn = (l >>> 7) & workMask;
80              while (nn-- > 0)
81                  l = LoopHelpers.compute6(l);
82              return l;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines