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.3 by jsr166, Thu Oct 29 23:09:07 2009 UTC vs.
Revision 1.7 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   import java.util.concurrent.*;
# 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