Specify any command-line options that the JavaTest harness should use in its environment while running the tests on your system.

The following example shows how you would specify options to switch the JIT off with Sun's reference JVMs:

-Djava.compiler=none
Your product may use a different option.