--- jsr166/src/test/loops/BinaryAsyncAction.java 2010/09/19 12:55:36 1.1 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2010/09/20 20:42:37 1.2 @@ -251,7 +251,7 @@ public abstract class BinaryAsyncAction * @param update the new value * @return true if successful */ - protected final boolean compareAndSetControlState(int expect, + protected final boolean compareAndSetControlState(int expect, int update) { return controlStateUpdater.compareAndSet(this, expect, update); }