< prev index next >

jdk/test/java/nio/charset/spi/default-pol

Print this page

        

@@ -1,5 +1,8 @@
+grant codeBase "jrt:/jdk.charsets" {
+        permission java.security.AllPermission;
+};
 
 // default permissions granted to all domains
 
 grant { 
         // Allows any thread to stop itself using the java.lang.Thread.stop()
< prev index next >