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

Comparing jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java (file contents):
Revision 1.32 by jsr166, Sun Feb 22 04:34:44 2015 UTC vs.
Revision 1.33 by jsr166, Tue Apr 21 04:48:11 2015 UTC

# Line 94 | Line 94 | public class AbstractQueuedLongSynchroni
94          }
95  
96          public boolean tryReleaseShared(long ignore) {
97 <            setState(1 << 62);
97 >            setState(1L << 62);
98              return true;
99          }
100      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines