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

Comparing jsr166/src/test/loops/UncheckedLockLoops.java (file contents):
Revision 1.11 by jsr166, Thu Jan 15 18:34:19 2015 UTC vs.
Revision 1.12 by jsr166, Mon Aug 10 03:13:34 2015 UTC

# Line 49 | Line 49 | public final class UncheckedLockLoops {
49              oneTest(i, iters / i);
50              Thread.sleep(100);
51          }
52
52      }
53  
54      static void oneTest(int nthreads, int iters) throws Exception {
# Line 118 | Line 117 | public final class UncheckedLockLoops {
117              System.out.print("FairRReadWriteLock     ");
118          new FairReentrantReadWriteLockLoop().test(v, nthreads, fairIters);
119          Thread.sleep(10);
121
120      }
121  
122      abstract static class LockLoop implements Runnable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines