--- /dev/null 2016-01-11 15:01:39.000000000 +0100 +++ new/test/java/lang/invoke/8076596/Test8076596.security.policy 2016-01-11 15:01:38.000000000 +0100 @@ -0,0 +1,8 @@ +/* + * Security policy used by the Test8076596. + * Must allow file reads so that jtreg itself can run. + */ + +grant { + permission java.io.FilePermission "*", "read"; +};