8174895: test/TestCommon.gmk: value of JTREG_TESTVM_MEMORY_OPTION is missing

Reviewed-by: dholmes, ihse
This commit is contained in:
Erik Joelsson 2017-02-16 09:04:49 +01:00
parent e6e86de119
commit 4e9173198a

@ -370,7 +370,7 @@ endif
# Give tests access to JT_JAVA, see JDK-8141609
JTREG_BASIC_OPTIONS += -e:JDK8_HOME=${JT_JAVA}
# Set other vm and test options
JTREG_TEST_OPTIONS = $(JAVA_ARGS:%=-javaoptions:%) $(JAVA_OPTIONS:%=-vmoption:%) $(JAVA_VM_ARGS:%=-vmoption:%)
JTREG_TEST_OPTIONS += $(JAVA_ARGS:%=-javaoptions:%) $(JAVA_OPTIONS:%=-vmoption:%) $(JAVA_VM_ARGS:%=-vmoption:%)
ifeq ($(IGNORE_MARKED_TESTS), true)
# Option to tell jtreg to not run tests marked with "ignore"