equal
deleted
inserted
replaced
307 |
307 |
308 # Use best known performance options for octane |
308 # Use best known performance options for octane |
309 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -XX:+UnlockDiagnosticVMOptions -XX:+UseNewCode -XX:TypeProfileLevel=222 |
309 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -XX:+UnlockDiagnosticVMOptions -XX:+UseNewCode -XX:TypeProfileLevel=222 |
310 |
310 |
311 # Security manager args - make sure that we run with the nashorn.policy that the build creates |
311 # Security manager args - make sure that we run with the nashorn.policy that the build creates |
312 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy |
312 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${build.dir}/nashorn.policy |
313 |
313 |
314 # VM options for script tests with @fork option |
314 # VM options for script tests with @fork option |
315 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath} |
315 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath} |
316 |
316 |
317 # path of rhino.jar for benchmarks |
317 # path of rhino.jar for benchmarks |