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.8 by dl, Wed Apr 19 15:10:47 2006 UTC vs.
Revision 1.9 by dl, Fri Oct 23 19:57:07 2009 UTC

# Line 50 | Line 50 | echo LockOncePerThreadLoops
50   $RUN LockOncePerThreadLoops 5 #$TRIALS
51   echo ProducerConsumerLoops
52   $RUN ProducerConsumerLoops $TRIALS
53 + echo OfferPollLoops
54 + $RUN OfferPollLoops $TRIALS
55   echo MultipleProducersSingleConsumerLoops
56   $RUN MultipleProducersSingleConsumerLoops $TRIALS
57   echo SingleProducerMultipleConsumerLoops
# Line 66 | Line 68 | echo ConcurrentQueueLoops ConcurrentLink
68   $RUN ConcurrentQueueLoops java.util.concurrent.ConcurrentLinkedQueue $TRIALS
69   echo ConcurrentQueueLoops SynchronizedLinkedListQueue
70   $RUN ConcurrentQueueLoops SynchronizedLinkedListQueue $TRIALS
71 + echo ConcurrentQueueLoops java.util.concurrent.LinkedTransferQueue
72 + $RUN ConcurrentQueueLoops java.util.concurrent.LinkedTransferQueue $TRIALS
73   echo ConcurrentDequeLoops
74   $RUN ConcurrentDequeLoops java.util.concurrent.LinkedBlockingDeque $TRIALS
75 + $RUN OfferDrainToLoops
76   echo DequeBash ArrayDeque
77   $RUN DequeBash java.util.ArrayDeque $TRIALS
78   echo DequeBash LinkedList
# Line 177 | Line 182 | $RUN IteratorLoops java.util.TreeSet
182   $RUN IteratorLoops java.util.concurrent.ConcurrentSkipListSet
183   $RUN IteratorLoops java.util.HashSet
184   $RUN IteratorLoops ConcurrentHashSet
185 + $RUN IteratorLoops java.util.concurrent.LinkedTransferQueue
186 + $RUN DynamicLeftSpineFib
187 + $RUN NQueensCS
188 + $RUN Integrate
189 + $RUN FJJacobi
190 + $RUN FJPhaserJacobi
191 + $RUN ThreadPhaserJacobi
192 +
193 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines