Thank you Mark, this is a really useful contribution.
I noticed that a few tests (below) specify either -client or -server. If
the vmoptions contain either of these arguments, and this seems to be
the way our test/Makefile is passing them, then it may result in the
test using the wrong vm. I think we should remove TESTVMOPTS from these
tests, but then we lose other potential opts, like heap size, etc.
java/rmi/reliability/benchmark/runRmiBench.sh
java/rmi/reliability/benchmark/runSerialBench.sh
sun/management/jmxremote/startstop/JMXStartStopTest.sh
-Chris.
On 07/12/2012 16:57, Mark Sheppard wrote:
test scripts have been updated to invoke the JVM with an env variable TESTVMOPTS
which carries the vm options to be passed when the jvm is invoked in the test.
webrev location:
http://cr.openjdk.java.net/~chegar/8003890/webrev.00/
regards
Mark