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

Comparing jsr166/src/test/tck/LinkedTransferQueueTest.java (file contents):
Revision 1.43 by jsr166, Sun Nov 28 08:43:53 2010 UTC vs.
Revision 1.45 by dl, Fri May 6 16:43:45 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   * Other contributors include John Vint
6   */
7  
# Line 1074 | Line 1074 | public class LinkedTransferQueueTest ext
1074          threadStarted.await();
1075          while (q.isEmpty())
1076              Thread.yield();
1077 <        Thread.sleep(SHORT_DELAY_MS);
1077 >        delay(SHORT_DELAY_MS);
1078          t.interrupt();
1079          awaitTermination(t, MEDIUM_DELAY_MS);
1080          checkEmpty(q);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines