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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines