--- jsr166/src/test/loops/COWALAddIfAbsentStringLoops.java 2013/04/06 20:10:54 1.1 +++ jsr166/src/test/loops/COWALAddIfAbsentStringLoops.java 2013/04/06 20:12:23 1.2 @@ -24,7 +24,7 @@ public class COWALAddIfAbsentStringLoops */ static final int CACHE_HIT_FACTOR = Integer.getInteger("cache.hit.factor", 1); - static final int MAX_STRIPES = Integer.getInteger("max.stripes", 3); + static final int MAX_STRIPES = Integer.getInteger("max.stripes", 4); static final int REPS = Integer.getInteger("reps", 3);