Path: blob/master/test/jdk/java/lang/invoke/8076596/Test8076596.security.policy
41153 views
/* * Security policy used by the Test8076596. * Must allow file reads so that jtreg itself can run. */ grant { permission java.io.FilePermission "*", "read"; };