equal
deleted
inserted
replaced
281 -Duser.country=${run.test.user.country} \ |
281 -Duser.country=${run.test.user.country} \ |
282 ${jfr.args} \ |
282 ${jfr.args} \ |
283 -XX:+HeapDumpOnOutOfMemoryError |
283 -XX:+HeapDumpOnOutOfMemoryError |
284 |
284 |
285 # turn on assertions for tests |
285 # turn on assertions for tests |
286 run.test.jvmargs.main=${run.test.jvmargs.common} -ea -Dnashorn.lazy |
286 run.test.jvmargs.main=${run.test.jvmargs.common} -ea |
287 |
287 |
288 # extra jvmargs that might be useful for debugging |
288 # extra jvmargs that might be useful for debugging |
289 # |
289 # |
290 # -XX:+UnlockDiagnosticVMOptions |
290 # -XX:+UnlockDiagnosticVMOptions |
291 # |
291 # |
303 # |
303 # |
304 # print all compiled nmethods with oopmaps and lots of other info |
304 # print all compiled nmethods with oopmaps and lots of other info |
305 # -XX:+PrintNMethods |
305 # -XX:+PrintNMethods |
306 |
306 |
307 # Use best known performance options for octane |
307 # Use best known performance options for octane |
308 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -Dnashorn.lazy -XX:+UnlockDiagnosticVMOptions -XX:+UseNewCode -XX:TypeProfileLevel=222 |
308 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -XX:+UnlockDiagnosticVMOptions -XX:+UseNewCode -XX:TypeProfileLevel=222 |
309 |
309 |
310 # Security manager args - make sure that we run with the nashorn.policy that the build creates |
310 # Security manager args - make sure that we run with the nashorn.policy that the build creates |
311 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy |
311 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy |
312 |
312 |
313 # VM options for script tests with @fork option |
313 # VM options for script tests with @fork option |