make/nashorn/project.properties
changeset 50878 fb7800b66c92
parent 50708 bd3a8f48597e
child 52783 5827f12ecbf0
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
   369   ${nashorn.override.option} \
   369   ${nashorn.override.option} \
   370   -Dfile.encoding=UTF-8 \
   370   -Dfile.encoding=UTF-8 \
   371   -Duser.language=${run.test.user.language} \
   371   -Duser.language=${run.test.user.language} \
   372   -Duser.country=${run.test.user.country} \
   372   -Duser.country=${run.test.user.country} \
   373   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
   373   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
       
   374   -Dnashorn.args.prepend=--no-deprecation-warning \
   374   ${jfr.args} \
   375   ${jfr.args} \
   375   -XX:+HeapDumpOnOutOfMemoryError
   376   -XX:+HeapDumpOnOutOfMemoryError
   376 
   377 
   377 # turn on assertions for tests
   378 # turn on assertions for tests
   378 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
   379 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea