3.17. How do I specify VM options to the test's JVM?

Many JVM options are recognized by jtreg and passed to the test. Note that these options are sensitive to both the platform and the JDK being tested. For example, Linux does not currently support 64-bit operation. Thus, the option -d64 is not valid on Linux and will be rejected.

You can also use the -vmoption or -vmoptions option to pass one or a space-separated list of options to the JVM used to run the test.