--- old/src/java.base/share/classes/java/lang/reflect/ReflectPermission.java 2017-05-10 17:20:21.991526287 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/ReflectPermission.java 2017-05-10 17:20:21.859520507 -0700 @@ -32,12 +32,16 @@ * provides a summary description of what the permission allows, * and discusses the risks of granting code the permission. * - * + *
+ * + * * * * * * + * + * * * * @@ -58,6 +62,7 @@ * help in its attempt to compromise security in the system. * * + * *
Table shows permission target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
suppressAccessChecks
* * @see java.security.Permission