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.6 by jsr166, Wed Sep 1 07:20:36 2010 UTC vs.
Revision 1.8 by jsr166, Mon Dec 5 04:08:46 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 579 | Line 579 | public class CASLoops {
579              System.out.println("threads : " + i +
580                                 " base iters per thread per run : " +
581                                 LoopHelpers.rightJustify(loopIters[i]));
582 <        long ntime = runNonAtomic(i,  iters);
582 >        long ntime = runNonAtomic(i, iters);
583          if (print)
584              report("Base        : ", ntime, ntime, i, iters);
585          Thread.sleep(100L);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines