< prev index next >

nashorn/test/Makefile

Print this page

        

*** 299,309 **** ifdef TESTDIRS TEST_SELECTION = $(TESTDIRS) endif ifdef CONCURRENCY ! EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) endif # Default JTREG to run JTREG = $(JT_HOME)/bin/jtreg # run in agentvm mode --- 299,312 ---- ifdef TESTDIRS TEST_SELECTION = $(TESTDIRS) endif ifdef CONCURRENCY ! JTREG_BASIC_OPTIONS += -concurrency:$(CONCURRENCY) ! endif ! ifdef EXTRA_JTREG_OPTIONS ! JTREG_BASIC_OPTIONS += $(EXTRA_JTREG_OPTIONS) endif # Default JTREG to run JTREG = $(JT_HOME)/bin/jtreg # run in agentvm mode
*** 326,337 **** # Set the max memory for jtreg control vm JTREG_MEMORY_OPTION = -J-Xmx512m JTREG_BASIC_OPTIONS += $(JTREG_MEMORY_OPTION) # Give tests access to JT_JAVA, see JDK-8141609 JTREG_BASIC_OPTIONS += -e:JDK8_HOME=${JT_JAVA} - # Add any extra options - JTREG_BASIC_OPTIONS += $(EXTRA_JTREG_OPTIONS) # Set other vm and test options JTREG_TEST_OPTIONS = $(JAVA_ARGS:%=-javaoptions:%) $(JAVA_VM_ARGS:%=-vmoption:%) # Set the GC options for test vms #JTREG_GC_OPTION = -vmoption:-XX:+UseSerialGC #JTREG_TEST_OPTIONS += $(JTREG_GC_OPTION) --- 329,338 ----
< prev index next >