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

Comparing jsr166/src/test/loops/ConcurrentQueueLoops.java (file contents):
Revision 1.3 by dl, Fri Oct 7 14:58:09 2005 UTC vs.
Revision 1.4 by dl, Mon Nov 28 15:40:56 2005 UTC

# Line 50 | Line 50 | public class ConcurrentQueueLoops {
50  
51          print = false;
52          System.out.println("Warmup...");
53 <        oneRun(klass, 4);
53 >        //        oneRun(klass, 4);
54 >        //
55          Thread.sleep(100);
56          oneRun(klass, 1);
57          Thread.sleep(100);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines