[10] RFR(S) 8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot

mandy chung mandy.chung at oracle.com
Wed Oct 4 23:07:07 UTC 2017


+1

Mandy

On 10/4/17 4:05 PM, Vladimir Kozlov wrote:
> https://bugs.openjdk.java.net/browse/JDK-8188775
>
> Changes for 8182701[1] missed changes in default.policy for new module 
> jdk.internal.vm.compiler.management.
>
> Add missing code:
>
> src/java.base/share/lib/security/default.policy
> @@ -154,6 +154,10 @@
>      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;
>  };
>
> Verified with failed test.
>
> Thanks,
> Vladimir
>
> [1] http://hg.openjdk.java.net/jdk10/hs/rev/8b2054b7d02c



More information about the core-libs-dev mailing list