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

Comparing jsr166/src/test/loops/ProducerConsumerLoops.java (file contents):
Revision 1.8 by jsr166, Thu Dec 18 18:13:06 2014 UTC vs.
Revision 1.10 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 120 | Line 120 | public class ProducerConsumerLoops {
120              System.out.print("SynchronousQueue        ");
121          oneRun(new SynchronousQueue<Integer>(), n, iters);
122  
123
123          Thread.sleep(100); // System.gc();
124          if (print)
125              System.out.print("SynchronousQueue(fair)  ");
# Line 145 | Line 144 | public class ProducerConsumerLoops {
144          if (print)
145              System.out.print("ArrayBlockingQueue(fair)");
146          oneRun(new ArrayBlockingQueue<Integer>(POOL_SIZE, true), n, fairIters);
148
147      }
148  
149      abstract static class Stage implements Runnable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines