Hi everyone, Please review this small change that enables passing options only to the Java under test when running jtreg through the make files. Options passed as -vmoption will be passed to both to the Java compiling and running the tests, options passed as -javaoptions are only passed to the Java running the tests.
Change has been verified locally and in our test lab by running the Hotspot jtreg tests along with JDK tier1-3. Webrev: http://cr.openjdk.java.net/~ctornqvi/webrev/8184772/webrev.00/ <http://cr.openjdk.java.net/~ctornqvi/webrev/8184772/webrev.00/> Bug (Unfortunately not publicly available): https://bugs.openjdk.java.net/browse/JDK-8184772 <https://bugs.openjdk.java.net/browse/JDK-8184772> Thanks, Christian