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

Comparing jsr166/src/test/loops/RLIBar.java (file contents):
Revision 1.3 by jsr166, Thu Oct 29 23:09:08 2009 UTC vs.
Revision 1.4 by jsr166, Wed Sep 1 07:20:36 2010 UTC

# Line 175 | Line 175 | public class RLIBar {
175          if (false && batchLimit <= 0)
176              batchLimit = (2 * nClients + 1) / 3;
177  
178 <        ExThreads = nServers * nClients ;       // expected # of threads
178 >        ExThreads = nServers * nClients ;       // expected # of threads
179          HoldLimit = ExThreads ;
180  
181          // start up all threads
# Line 241 | Line 241 | public class RLIBar {
241                  numMsgs += servers[i].msgsReceived;
242              long deltaMsgs = numMsgs - lastNumMsgs;
243              long deltaT = sampleEnd - sampleStart;
244 <            if (true || j != 2) {       // Don't report results if we issued a hold ...
244 >            if (true || j != 2) {       // Don't report results if we issued a hold ...
245                  System.out.print(
246                                   "Sample period = " + deltaT + " ms; "
247                                   + "New msgs rcvd = " + deltaMsgs + "; "

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines