nashorn/make/project.properties
changeset 43348 cfa58a828e96
parent 42796 0ec334969fce
child 44792 4345641338a3
equal deleted inserted replaced
43282:45b751afd11e 43348:cfa58a828e96
   406 
   406 
   407 # Use best known performance options for octane
   407 # Use best known performance options for octane
   408 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -XX:TypeProfileLevel=222
   408 run.test.jvmargs.octane.main=${run.test.jvmargs.common} -XX:TypeProfileLevel=222
   409 
   409 
   410 # Security manager args - make sure that we run with the nashorn.policy that the build creates
   410 # Security manager args - make sure that we run with the nashorn.policy that the build creates
   411 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${build.dir}/nashorn.policy
   411 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${build.dir}/nashorn.policy -Djava.security.properties=${build.dir}/nashorn.security.properties
   412 
   412 
   413 # VM options for script tests with @fork option
   413 # VM options for script tests with @fork option
   414 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
   414 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
   415 # VM options for no-security script tests with @fork option - same as above but without jvmsecurityargs
   415 # VM options for no-security script tests with @fork option - same as above but without jvmsecurityargs
   416 test-sys-prop-no-security.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${run.test.classpath}
   416 test-sys-prop-no-security.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${run.test.classpath}