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

Comparing jsr166/src/test/loops/COWALAddIfAbsentLoops.java (file contents):
Revision 1.3 by jsr166, Sat Apr 6 20:10:54 2013 UTC vs.
Revision 1.4 by jsr166, Sat Apr 6 20:12:23 2013 UTC

# Line 21 | Line 21 | public class COWALAddIfAbsentLoops {
21       */
22      static final int CACHE_HIT_FACTOR = Integer.getInteger("cache.hit.factor", 1);
23  
24 <    static final int MAX_STRIPES = Integer.getInteger("max.stripes", 3);
24 >    static final int MAX_STRIPES = Integer.getInteger("max.stripes", 4);
25  
26      static final int REPS = Integer.getInteger("reps", 3);
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines