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

Comparing jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java (file contents):
Revision 1.18 by dl, Fri Jan 16 16:49:40 2004 UTC vs.
Revision 1.19 by dl, Tue May 3 16:02:00 2005 UTC

# Line 950 | Line 950 | public class AbstractQueuedSynchronizerT
950              sync.acquire(1);
951              c.signal();
952              sync.release(1);
953            assert(t.isInterrupted());
953              t.join(SHORT_DELAY_MS);
954              assertFalse(t.isAlive());
955          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines