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

Comparing jsr166/src/test/loops/ExecutorCompletionServiceLoops.java (file contents):
Revision 1.5 by jsr166, Thu Apr 14 23:16:10 2011 UTC vs.
Revision 1.8 by jsr166, Wed Oct 28 06:30:10 2015 UTC

# Line 7 | Line 7
7   import java.util.concurrent.*;
8  
9   public class ExecutorCompletionServiceLoops {
10 <    static final int POOLSIZE =      100;
10 >    static final int POOLSIZE = 100;
11      static final ExecutorService pool =
12          Executors.newFixedThreadPool(POOLSIZE);
13      static final ExecutorCompletionService<Integer> ecs =
# Line 74 | Line 74 | public class ExecutorCompletionServiceLo
74  
75          if (r == 0) // avoid overoptimization
76              System.out.println("useless result: " + r);
77
78
77      }
78  
79   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines