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.4 by jsr166, Tue Mar 15 19:47:05 2011 UTC vs.
Revision 1.7 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 32 | Line 32 | public class ExecutorCompletionServiceLo
32              Thread.sleep(100);
33          }
34          pool.shutdown();
35 <   }
35 >    }
36  
37      static class Task implements Callable<Integer> {
38          public Integer call() {
# 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