RFR(XS): 8184772 - Make it possible to pass arguments only to the Java running the tests when running jtreg through make
Christian Tornqvist
christian.tornqvist at oracle.com
Mon Aug 14 11:39:52 UTC 2017
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
More information about the build-dev
mailing list