jdk/test/java/lang/invoke/jtreg.security.policy
author rfield
Tue, 03 Sep 2013 21:42:56 -0700
changeset 19804 83170920c07b
permissions -rw-r--r--
8008688: Make MethodHandleInfo public Summary: A major overhaul to MethodHandleInfo and method handles in general. Reviewed-by: vlivanov, twisti Contributed-by: john.r.rose@oracle.com

/*
 * 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";
};