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

Comparing jsr166/src/test/loops/runscript (file contents):
Revision 1.9 by dl, Fri Oct 23 19:57:07 2009 UTC vs.
Revision 1.10 by jsr166, Thu Oct 29 23:09:08 2009 UTC

# Line 139 | Line 139 | echo CollectionWordLoops CopyOnWriteArra
139   $RUN CollectionWordLoops java.util.concurrent.CopyOnWriteArrayList
140   echo CollectionWordLoops ArrayDeque
141   $RUN CollectionWordLoops java.util.ArrayDeque
142 < echo ListBash CopyOnWriteArrayList
142 > echo ListBash CopyOnWriteArrayList
143   $RUN ListBash java.util.concurrent.CopyOnWriteArrayList 100 100
144   echo ListBash LinkedList
145   $RUN ListBash java.util.LinkedList 100 100
# Line 152 | Line 152 | $RUN Finals
152   echo FinalLongTest
153   $RUN FinalLongTest
154   echo RLJBar
155 < $RUN RLJBar
156 < echo RLJBar -b
157 < $RUN RLJBar -b
155 > $RUN RLJBar
156 > echo RLJBar -b
157 > $RUN RLJBar -b
158   echo RLIBar
159   $RUN RLIBar -np $TRIALS
160 < echo RLIBar -batch 10
160 > echo RLIBar -batch 10
161   $RUN RLIBar -batch 10 -np $TRIALS
162 < echo UnboundedQueueFillEmptyLoops
162 > echo UnboundedQueueFillEmptyLoops
163   $RUN UnboundedQueueFillEmptyLoops java.util.ArrayDeque
164   $RUN UnboundedQueueFillEmptyLoops java.util.PriorityQueue
165   $RUN UnboundedQueueFillEmptyLoops java.util.concurrent.PriorityBlockingQueue
# Line 167 | Line 167 | $RUN UnboundedQueueFillEmptyLoops java.u
167   $RUN UnboundedQueueFillEmptyLoops java.util.concurrent.ConcurrentLinkedQueue
168   $RUN UnboundedQueueFillEmptyLoops java.util.concurrent.LinkedBlockingQueue
169   $RUN UnboundedQueueFillEmptyLoops java.util.concurrent.LinkedBlockingDeque
170 < echo IteratorLoops
170 > echo IteratorLoops
171   $RUN IteratorLoops java.util.ArrayList
172   $RUN IteratorLoops java.util.Vector
173   $RUN IteratorLoops java.util.concurrent.CopyOnWriteArrayList
# Line 189 | Line 189 | $RUN Integrate
189   $RUN FJJacobi
190   $RUN FJPhaserJacobi
191   $RUN ThreadPhaserJacobi
192
193

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines