mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot
Add missed changes in default.policy for new module Reviewed-by: mchung
This commit is contained in:
parent
36dec9793d
commit
0c224245ce
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ grant codeBase "jrt:/jdk.internal.vm.compiler" {
|
|||
permission java.security.AllPermission;
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.internal.vm.compiler.management" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
||||
grant codeBase "jrt:/jdk.jsobject" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue