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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.113 by jsr166, Mon Jul 22 16:54:43 2013 UTC vs.
Revision 1.114 by dl, Fri Aug 9 18:43:44 2013 UTC

# Line 2686 | Line 2686 | public class ConcurrentHashMapV8<K,V> ex
2686                          return;
2687                      }
2688                  }
2689 <                else if ((s | WAITER) == 0) {
2689 >                else if ((s & WAITER) == 0) {
2690                      if (U.compareAndSwapInt(this, LOCKSTATE, s, s | WAITER)) {
2691                          waiting = true;
2692                          waiter = Thread.currentThread();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines