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.12 by dl, Sun Nov 1 21:28:57 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 + $RUN UnboundedQueueFillEmptyLoops java.util.concurrent.LinkedTransferQueue
171   echo IteratorLoops
172   $RUN IteratorLoops java.util.ArrayList
173   $RUN IteratorLoops java.util.Vector
# Line 189 | Line 190 | $RUN Integrate
190   $RUN FJJacobi
191   $RUN FJPhaserJacobi
192   $RUN ThreadPhaserJacobi
193 <
194 <
193 > $RUN TieredPhaserLoops
194 > $RUN PhaserLoops
195 > $RUN CyclicBarrierLoops
196 > $RUN FJPhaserLoops
197 > $RUN SpinningTieredPhaserLoops

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines