--- jsr166/src/extra166y/AbstractParallelAnyArray.java 2009/01/06 14:30:57 1.1 +++ jsr166/src/extra166y/AbstractParallelAnyArray.java 2009/07/22 17:50:01 1.2 @@ -118,7 +118,7 @@ public abstract class AbstractParallelAn */ final int getThreshold() { int t = threshold; - if (t == 0) + if (t == 0) t = computeThreshold(); return t; }