nashorn/make/project.properties
changeset 16226 0e4f37e6cc40
parent 16221 38ac51eba133
child 16234 86cb162cec6c
equal deleted inserted replaced
16225:81d58c2b9fcf 16226:0e4f37e6cc40
   223 # add '-Dtest.js.outofprocess' to run each test in a new sub-process
   223 # add '-Dtest.js.outofprocess' to run each test in a new sub-process
   224 run.test.jvmargs=-server -Xmx${run.test.xmx} -XX:-TieredCompilation -esa -ea -Dnashorn.debug=true -Dfile.encoding=UTF-8 
   224 run.test.jvmargs=-server -Xmx${run.test.xmx} -XX:-TieredCompilation -esa -ea -Dnashorn.debug=true -Dfile.encoding=UTF-8 
   225 #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M  
   225 #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M  
   226 run.test.jvmargs.octane=-Xms${run.test.xms} ${run.test.jvmargs}
   226 run.test.jvmargs.octane=-Xms${run.test.xms} ${run.test.jvmargs}
   227 
   227 
   228 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
   228 run.test.jvmsecurityargs=-Xverify:all -Djava.security.properties=${basedir}/make/java.security.override -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
   229 
   229 
   230 # path of rhino.jar for benchmarks
   230 # path of rhino.jar for benchmarks
   231 rhino.jar=
   231 rhino.jar=
   232 
   232 
   233 v8.shell=d8
   233 v8.shell=d8