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

Comparing jsr166/src/test/loops/SubmissionPublisherLoops1.java (file contents):
Revision 1.4 by dl, Sat Sep 12 20:30:46 2015 UTC vs.
Revision 1.5 by dl, Mon Apr 18 11:04:14 2016 UTC

# Line 49 | Line 49 | public class SubmissionPublisherLoops1 {
49          ExecutorService exec = ForkJoinPool.commonPool();
50          for (int rep = 0; rep < reps; ++rep) {
51              oneRun(exec);
52 +            System.out.println(exec);
53              Thread.sleep(1000);
54          }
55          if (exec != ForkJoinPool.commonPool())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines