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

Comparing jsr166/src/test/loops/BinaryAsyncAction.java (file contents):
Revision 1.1 by dl, Sun Sep 19 12:55:36 2010 UTC vs.
Revision 1.2 by jsr166, Mon Sep 20 20:42:37 2010 UTC

# Line 251 | Line 251 | public abstract class BinaryAsyncAction
251       * @param update the new value
252       * @return true if successful
253       */
254 <    protected final boolean compareAndSetControlState(int expect,
254 >    protected final boolean compareAndSetControlState(int expect,
255                                                        int update) {
256          return controlStateUpdater.compareAndSet(this, expect, update);
257      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines