test/jdk/java/awt/AppContext/ApplicationThreadsStop/java.policy
author fyang
Mon, 04 Nov 2019 16:10:39 +0800
changeset 59307 fc216dcef2bb
parent 47216 71c04702a3d5
permissions -rw-r--r--
8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type Reviewed-by: adinn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33255
110d90e1552f 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
serb
parents:
diff changeset
     1
grant {
110d90e1552f 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
serb
parents:
diff changeset
     2
    permission java.lang.RuntimePermission "accessClassInPackage.sun.awt";
110d90e1552f 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
serb
parents:
diff changeset
     3
    permission java.awt.AWTPermission "createRobot";
110d90e1552f 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
serb
parents:
diff changeset
     4
    permission java.util.PropertyPermission "AWT.EventQueueClass", "read";
110d90e1552f 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
serb
parents:
diff changeset
     5
};