jdk/test/java/lang/module/java.policy
author alanb
Fri, 07 Apr 2017 08:05:54 +0000
changeset 44545 83b611b88ac8
parent 44359 c6761862ca0b
permissions -rw-r--r--
8177530: Module system implementation refresh (4/2017) Reviewed-by: mchung, alanb Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44359
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents:
diff changeset
     1
grant {
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents:
diff changeset
     2
    // ModuleFinder.ofSystem() needs this
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents:
diff changeset
     3
    permission java.lang.RuntimePermission "accessSystemModules";
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents:
diff changeset
     4
};