# HG changeset patch # User sundar # Date 1400074265 -19800 # Node ID 093df4def9a797f3f64107f234601986d957654e # Parent be4580ae56e2ef0ce521d3f840753eaa83cacf33 8043132: Nashorn : all tests failed with java.security.AccessControlException Reviewed-by: jlaskey, attila diff -r be4580ae56e2 -r 093df4def9a7 make/build.xml --- a/make/build.xml Thu May 08 15:28:15 2014 -0700 +++ b/make/build.xml Wed May 14 19:01:05 2014 +0530 @@ -279,6 +279,10 @@ +grant codeBase "file:/${toString:nashorn.ext.path}/nashorn.jar" { + permission java.security.AllPermission; +}; + grant codeBase "file:/${basedir}/${nashorn.internal.tests.jar}" { permission java.security.AllPermission; };