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

Comparing jsr166/src/test/loops/CASLoops.java (file contents):
Revision 1.5 by jsr166, Tue Nov 3 01:04:02 2009 UTC vs.
Revision 1.7 by jsr166, Tue Mar 15 19:47:05 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea and released to the public domain, as explained at
3 < * http://creativecommons.org/licenses/publicdomain
3 > * http://creativecommons.org/publicdomain/zero/1.0/
4   */
5  
6   /*
# Line 46 | Line 46 | public class CASLoops {
46          if (args.length > 0)
47              maxThreads = Integer.parseInt(args[0]);
48  
49 <        loopIters = new long[maxThreads+1];
49 >        loopIters = new long[maxThreads+1];
50  
51          if (args.length > 1)
52              includeLocks = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines