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

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

# Line 312 | Line 312 | public abstract class LinkedAsyncAction
312       * @param update the new value
313       * @return true if successful
314       */
315 <    protected final boolean compareAndSetControlState(int expect,
315 >    protected final boolean compareAndSetControlState(int expect,
316                                                        int update) {
317          return controlStateUpdater.compareAndSet(this, expect, update);
318      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines