jdk/test/javax/imageio/CachePremissionsTest/rw.policy
author coleenp
Fri, 25 Oct 2013 15:19:29 -0400
changeset 21188 d053e4e8f901
parent 3014 85cbc1221cc0
permissions -rw-r--r--
8024927: Nashorn performance regression with CompressedOops Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops Reviewed-by: stefank, hseigel, goetz

grant {
      permission java.util.PropertyPermission "test.classes", "read";
      permission java.util.PropertyPermission "java.io.tmpdir", "read";
      permission java.io.FilePermission "${java.io.tmpdir}${/}*", "read, write";
};