Searched refs:bench (Results 1 - 25 of 80) sorted by relevance

1234

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DBenchmark.java28 package bench; package
H A DConfigFormatException.java28 package bench; package
H A DReporter.java28 package bench; package
H A DUtil.java28 package bench; package
/openjdk7/jdk/test/java/rmi/reliability/benchmark/
H A DrunSerialBench.sh29 # @build bench.BenchInfo bench.HtmlReporter bench.Util bench.Benchmark
30 # bench.Reporter bench.XmlReporter bench.ConfigFormatException
31 # bench.Harness bench.TextReporter
32 # bench
[all...]
H A DrunRmiBench.sh29 # @build bench.BenchInfo bench.HtmlReporter bench.Util bench.Benchmark
30 # bench.Reporter bench.XmlReporter bench.ConfigFormatException
31 # bench.Harness bench.TextReporter bench
[all...]
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMakefile60 REMOTE_CLASSES = bench.rmi.BenchServerImpl \
61 bench.rmi.BooleanArrayCalls.ServerImpl \
62 bench.rmi.BooleanCalls.ServerImpl \
63 bench.rmi.ByteArrayCalls.ServerImpl \
64 bench.rmi.ByteCalls.ServerImpl \
65 bench.rmi.CharArrayCalls.ServerImpl \
66 bench.rmi.CharCalls.ServerImpl \
67 bench.rmi.DoubleArrayCalls.ServerImpl \
68 bench.rmi.DoubleCalls.ServerImpl \
69 bench
[all...]
H A DClassLoading.java28 package bench.rmi;
30 import bench.Benchmark;
40 static final String ALTROOT = "!/bench/rmi/altroot/";
H A DBooleanArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DBooleanCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DByteArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DByteCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DCharArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DCharCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DDoubleArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DDoubleCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DExceptionCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DExportObjs.java28 package bench.rmi;
30 import bench.Benchmark;
H A DFloatArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DFloatCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DIntArrayCalls.java28 package bench.rmi;
30 import bench.Benchmark;
H A DIntCalls.java28 package bench.rmi;
30 import bench.Benchmark;
/openjdk7/jdk/test/java/rmi/reliability/scripts/
H A Dcreate_benchmark_jars.ksh37 cp -r ../benchmark/bench /tmp/rmibench/
38 rm -rf /tmp/rmibench/bench/SCCS
39 rm -rf /tmp/rmibench/bench/rmi/SCCS
40 rm -rf /tmp/rmibench/bench/serial
41 rm -rf /tmp/rmibench/bench/rmi/altroot/SCCS
44 /tmp/rmibench/bench/rmi/altroot/*.java \
45 /tmp/rmibench/bench/rmi/*.java \
46 /tmp/rmibench/bench/*.java
48 jar cvfm `pwd`/rmibench.jar /tmp/rmibench/bench/rmi/manifest -C /tmp/rmibench .
59 cp -r ../benchmark/bench /tm
[all...]
H A Drun_rmibench.ksh26 # Script to build and launch the RMI bench test as part of
28 # the bench test for a certain number of hours. This
29 # script is NOT used when running the bench test as part
50 ${SUITE_DIR}/benchmark/bench/rmi/altroot/*.java \
51 ${SUITE_DIR}/benchmark/bench/rmi/*.java \
52 ${SUITE_DIR}/benchmark/bench/*.java
59 -Djava.security.policy=${SUITE_DIR}/benchmark/bench/rmi/policy.all \
60 bench.rmi.Main \
64 -c ${SUITE_DIR}/benchmark/bench/rmi/config \
73 -Djava.security.policy=${SUITE_DIR}/benchmark/bench/rm
[all...]
H A Drun_serialbench.ksh26 # Script to build and launch the Serialization bench test as part of
28 # the bench test for a certain number of hours. This
29 # script is NOT used when running the bench test as part
50 ${SUITE_DIR}/benchmark/bench/serial/*.java \
51 ${SUITE_DIR}/benchmark/bench/*.java
58 bench.serial.Main \
61 -c ${SUITE_DIR}/benchmark/bench/serial/config \

Completed in 39 milliseconds

1234