ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedQueue.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.1 by dl, Sun Dec 16 20:55:15 2012 UTC vs.
Revision 1.2 by jsr166, Sun Dec 30 05:14:51 2012 UTC

# Line 266 | Line 266 | public class ConcurrentLinkedQueue<E> ex
266      }
267  
268      /**
269 <     * Try to CAS head to p. If successful, repoint old head to itself
269 >     * Tries to CAS head to p. If successful, repoint old head to itself
270       * as sentinel for succ(), below.
271       */
272      final void updateHead(Node<E> h, Node<E> p) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines