Re: RFR: JDK-8177956 Add TEST_VM_OPTS as convenience for run-test arguments

2017-11-28 Thread Tim Bell
Magnus: Looks good to me as well. /Tim On 11/27/17 15:44, Erik Joelsson wrote: Looks good. /Erik On 2017-11-27 15:11, Magnus Ihse Bursie wrote: From the bug report: A common scenario is adding vm arguments when running tests. While this can be accomplished by JTREG="VM_OPTIONS=-Xfoo", thi

Re: RFR: JDK-8177956 Add TEST_VM_OPTS as convenience for run-test arguments

2017-11-27 Thread Erik Joelsson
Looks good. /Erik On 2017-11-27 15:11, Magnus Ihse Bursie wrote: From the bug report: A common scenario is adding vm arguments when running tests. While this can be accomplished by JTREG="VM_OPTIONS=-Xfoo", this is a lot to type for a common case. In the future, when gtest accepts vm argume

RFR: JDK-8177956 Add TEST_VM_OPTS as convenience for run-test arguments

2017-11-27 Thread Magnus Ihse Bursie
From the bug report: A common scenario is adding vm arguments when running tests. While this can be accomplished by JTREG="VM_OPTIONS=-Xfoo", this is a lot to type for a common case. In the future, when gtest accepts vm arguments as well, a separate, similar but yet different GTEST="VM_OPTIONS