| 4 |
# the supplied TRIALS, which controls the max number of threads |
# the supplied TRIALS, which controls the max number of threads |
| 5 |
# and/or test iterations in most programs. |
# and/or test iterations in most programs. |
| 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 |
| 10 |
|
|
| 11 |
# Set env variable RUNJAVA to java executable. Otherwise uses "java" |
# Set env variable RUNJAVA to java executable. Otherwise uses "java" |
| 12 |
RUN="java" |
RUN="java" |
| 13 |
if [ -n "$RUNJAVA" ]; then |
if [ -n "$RUNJAVA" ]; then |