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

Comparing jsr166/src/test/loops/TimeoutExchangerLoops.java (file contents):
Revision 1.5 by jsr166, Tue Nov 3 01:04:02 2009 UTC vs.
Revision 1.8 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 1 | Line 1
1   /*
2   * Written by Bill Scherer and Doug Lea with assistance from members
3   * of JCP JSR-166 Expert Group and released to the public domain, as
4 < * explained at http://creativecommons.org/licenses/publicdomain
4 > * explained at http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   import java.util.concurrent.*;
# Line 36 | Line 36 | public class TimeoutExchangerLoops {
36              argc++;
37          }
38  
39 <        // Display runtime parameters
40 <        System.out.print("TimeoutExchangerTest");
41 <        System.out.print(" -t " + trialMillis);
42 <        System.out.print(" -p " + patienceNanos);
39 >        // Display runtime parameters
40 >        System.out.print("TimeoutExchangerTest");
41 >        System.out.print(" -t " + trialMillis);
42 >        System.out.print(" -p " + patienceNanos);
43          System.out.print(" -r " + nReps);
44 <        System.out.print(" max threads " + maxThreads);
45 <        System.out.println();
44 >        System.out.print(" max threads " + maxThreads);
45 >        System.out.println();
46  
47          System.out.println("Warmups..");
48          long warmupTime = 1000;
# Line 111 | Line 111 | public class TimeoutExchangerLoops {
111          //        x.printStats();
112      }
113  
114
114      static final class Runner implements Runnable {
115          final Exchanger exchanger;
116          final CountDownLatch start;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines