make/RunTests.gmk
changeset 47329 43b33ee91ea0
parent 47314 743814386712
child 47928 fb62d4519338
equal deleted inserted replaced
47328:d18df41954ba 47329:43b33ee91ea0
   349       -concurrency:$$($1_JTREG_JOBS) -timeoutFactor:$$(JTREG_TIMEOUT) \
   349       -concurrency:$$($1_JTREG_JOBS) -timeoutFactor:$$(JTREG_TIMEOUT) \
   350       -vmoption:-XX:MaxRAMPercentage=$$($1_JTREG_MAX_RAM_PERCENTAGE)
   350       -vmoption:-XX:MaxRAMPercentage=$$($1_JTREG_MAX_RAM_PERCENTAGE)
   351 
   351 
   352   $1_JTREG_BASIC_OPTIONS += -automatic -keywords:\!ignore -ignore:quiet
   352   $1_JTREG_BASIC_OPTIONS += -automatic -keywords:\!ignore -ignore:quiet
   353 
   353 
       
   354   # Make it possible to specify the JIB_DATA_DIR for tests using the
       
   355   # JIB Artifact resolver
       
   356   $1_JTREG_BASIC_OPTIONS += -e:JIB_DATA_DIR
   354   # Some tests needs to find a boot JDK using the JDK8_HOME variable.
   357   # Some tests needs to find a boot JDK using the JDK8_HOME variable.
   355   $1_JTREG_BASIC_OPTIONS += -e:JDK8_HOME=$$(BOOT_JDK)
   358   $1_JTREG_BASIC_OPTIONS += -e:JDK8_HOME=$$(BOOT_JDK)
   356 
   359 
   357   $1_JTREG_BASIC_OPTIONS += \
   360   $1_JTREG_BASIC_OPTIONS += \
   358       $$(addprefix -javaoption:, $$(JTREG_JAVA_OPTIONS)) \
   361       $$(addprefix -javaoption:, $$(JTREG_JAVA_OPTIONS)) \