nashorn/make/project.properties
changeset 25236 fac419f1e889
parent 24993 b707d46bae40
child 25675 556f675a6a12
equal deleted inserted replaced
25235:5e800a7fd352 25236:fac419f1e889
   277 run.test.jvmargs.common=\
   277 run.test.jvmargs.common=\
   278   -server \
   278   -server \
   279   -Dfile.encoding=UTF-8 \
   279   -Dfile.encoding=UTF-8 \
   280   -Duser.language=${run.test.user.language} \
   280   -Duser.language=${run.test.user.language} \
   281   -Duser.country=${run.test.user.country} \
   281   -Duser.country=${run.test.user.country} \
       
   282   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
   282   ${jfr.args} \
   283   ${jfr.args} \
   283   -XX:+HeapDumpOnOutOfMemoryError
   284   -XX:+HeapDumpOnOutOfMemoryError
   284 
   285 
   285 # turn on assertions for tests
   286 # turn on assertions for tests
   286 run.test.jvmargs.main=${run.test.jvmargs.common} -ea
   287 run.test.jvmargs.main=${run.test.jvmargs.common} -ea