aboutsummaryrefslogtreecommitdiff
path: root/make/project.properties
diff options
context:
space:
mode:
authorhannesw <none@none>2015-05-05 14:23:43 +0200
committerhannesw <none@none>2015-05-05 14:23:43 +0200
commit9cfabc84c1f0164eb4db4cc261e16c5639d42dde (patch)
tree8742c97d8c527d7f04412771b2de1d5ddfc3c8ed /make/project.properties
parent205c3eada9e4b417ce74d51ade47881748aa3dd0 (diff)
downloadjdk8u_nashorn-9cfabc84c1f0164eb4db4cc261e16c5639d42dde.tar.gz
8078049: Nashorn crashes when attempting to start TypeScript compiler
Reviewed-by: lagergren, attila
Diffstat (limited to 'make/project.properties')
-rw-r--r--make/project.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/project.properties b/make/project.properties
index 9d36fbdc..e2de24c9 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -330,6 +330,8 @@ run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.po
# VM options for script tests with @fork option
test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
+# VM options for no-security script tests with @fork option - same as above but without jvmsecurityargs
+test-sys-prop-no-security.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${run.test.classpath}
# path of rhino.jar for benchmarks
rhino.dir=