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

Comparing jsr166/src/test/tck/ReentrantReadWriteLockTest.java (file contents):
Revision 1.46 by jsr166, Mon May 2 00:03:34 2011 UTC vs.
Revision 1.47 by jsr166, Mon May 2 00:04:49 2011 UTC

# Line 224 | Line 224 | public class ReentrantReadWriteLockTest
224  
225          Thread.sleep(SHORT_DELAY_MS);
226          t.interrupt();
227        lock.writeLock().unlock();
227          t.join();
228 +        releaseLock(lock.writeLock());
229      }
230  
231      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines