--- old/src/java.base/share/classes/java/lang/RuntimePermission.java 2017-05-05 15:25:38.563232516 -0700 +++ new/src/java.base/share/classes/java/lang/RuntimePermission.java 2017-05-05 15:25:38.435226926 -0700 @@ -43,13 +43,17 @@ * target names, and for each provides a description of what the permission * allows and a discussion of the risks of granting code the permission. * - * + *
+ * + * * * * * * + * + * * * * @@ -383,6 +387,7 @@ * {@linkplain ModuleFinder#ofSystem system modules} in the runtime image. * * + * *
permission target name, + * what the target allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
createClassLoader
* * @implNote