RFR: 8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied

Doug Simon doug.simon at oracle.com
Mon Jan 23 21:56:58 UTC 2017


Both jdk.vm.ci and jdk.vm.compiler require a number of permissions when a security manager is present. Since neither of these modules is accessible to application code, it should be ok to give them all permissions. This seems to be the approach for a number of other modules including jdk.scripting.nashorn, jdk.dynalink, jdk.jsobject etc. Please review this small change that configures this proposed permission level.

http://cr.openjdk.java.net/~dnsimon/8145337/webrev/
https://bugs.openjdk.java.net/browse/JDK-8145337

-Doug


More information about the jdk9-dev mailing list