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.16 by dl, Wed Jan 7 01:02:17 2004 UTC vs.
Revision 1.17 by dl, Thu Jan 8 01:29:46 2004 UTC

# Line 187 | Line 187 | public class ReentrantReadWriteLockTest
187                  public void run() {
188                      try {
189                          lock.writeLock().tryLock(1000,TimeUnit.MILLISECONDS);
190                        threadShouldThrow();
190                      } catch(InterruptedException success){}
191                  }
192              });

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines