jdk/test/java/lang/invoke/jtreg.security.policy
author jbachorik
Tue, 21 Jan 2014 13:04:55 +0100
changeset 22353 d09e3ff5fd63
parent 19804 83170920c07b
permissions -rw-r--r--
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently Reviewed-by: dholmes

/*
 * security policy used by the test process
 * must allow file reads so that jtreg itself can run
 */

grant {
  // standard test activation permissions
  permission java.io.FilePermission "*", "read";
};