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.16 by dl, Sun Sep 19 13:38:47 2010 UTC vs.
Revision 1.18 by jsr166, Tue Mar 15 19:47:06 2011 UTC

# Line 6 | Line 6
6  
7   # Written by Doug Lea with assistance from members of JCP JSR-166
8   # Expert Group and released to the public domain, as explained at
9 < # http://creativecommons.org/licenses/publicdomain
9 > # http://creativecommons.org/publicdomain/zero/1.0/
10  
11   # Set env variable RUNJAVA to java executable. Otherwise uses "java"
12   RUN="java"
# Line 105 | Line 105 | echo NavigableMapCheck ConcurrentSkipLis
105   $RUN NavigableMapCheck java.util.concurrent.ConcurrentSkipListMap $TRIALS
106   echo NavigableSetCheck TreeSet
107   $RUN NavigableSetCheck java.util.TreeSet $TRIALS
108 < echo MapMicrobenchmark ConcurrentHashMap
109 < $RUN MapMicrobenchmark java.util.concurrent.ConcurrentHashMap
108 > echo MapMicroBenchmark ConcurrentHashMap
109 > $RUN MapMicroBenchmark java.util.concurrent.ConcurrentHashMap
110   echo SetBash ConcurrentSkipListSet
111   $RUN SetBash java.util.concurrent.ConcurrentSkipListSet $TRIALS 100
112   echo SetBash ConcurrentHashSet

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines