jdk/test/Makefile
changeset 28778 e388b3a31b37
parent 27954 d2c87a8d2f37
child 29219 33fb011789eb
equal deleted inserted replaced
28777:01aad659d989 28778:e388b3a31b37
   265 
   265 
   266 ifdef CONCURRENCY
   266 ifdef CONCURRENCY
   267   EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
   267   EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
   268 endif
   268 endif
   269 
   269 
   270 # Default JTREG to run (win32 script works for everybody)
   270 # Default JTREG to run
   271 JTREG = $(JT_HOME)/win32/bin/jtreg
   271 JTREG = $(JT_HOME)/bin/jtreg
   272 # run in agentvm mode
   272 # run in agentvm mode
   273 JTREG_BASIC_OPTIONS += -agentvm
   273 JTREG_BASIC_OPTIONS += -agentvm
   274 # Only run automatic tests
   274 # Only run automatic tests
   275 JTREG_BASIC_OPTIONS += -a
   275 JTREG_BASIC_OPTIONS += -a
   276 # Always turn on assertions
   276 # Always turn on assertions