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

Comparing jsr166/src/test/loops/SimpleReentrantConditionWaitLoops.java (file contents):
Revision 1.1 by jsr166, Thu Dec 18 18:04:55 2014 UTC vs.
Revision 1.2 by jsr166, Sun Dec 21 17:05:10 2014 UTC

# Line 15 | Line 15 | import java.util.*;
15   public final class SimpleReentrantConditionWaitLoops {
16      static final ExecutorService pool = Executors.newCachedThreadPool();
17      static final LoopHelpers.SimpleRandom rng = new LoopHelpers.SimpleRandom();
18 <    static final int ITERS = Integer.getInteger("iters", 2000000);;
18 >    static final int ITERS = Integer.getInteger("iters", 2000000);
19      static final int MAX_THREADS = Integer.getInteger("maxThreads", 1);
20      static boolean print = false;
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines