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

Comparing jsr166/src/test/tck/ReentrantLockTest.java (file contents):
Revision 1.32 by jsr166, Mon Nov 30 08:31:09 2009 UTC vs.
Revision 1.33 by jsr166, Tue Dec 1 06:03:49 2009 UTC

# Line 776 | Line 776 | public class ReentrantLockTest extends J
776          Thread t = new Thread(new CheckedInterruptedRunnable() {
777              public void realRun() throws InterruptedException {
778                  lock.lock();
779 <                c.awaitNanos(LONG_DELAY_MS * 1000L * 1000L);
779 >                c.awaitNanos(MILLISECONDS.toNanos(LONG_DELAY_MS));
780              }});
781  
782          t.start();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines