--- old/src/java.base/share/classes/java/lang/reflect/ReflectPermission.java 2017-07-11 14:33:42.008482668 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/ReflectPermission.java 2017-07-11 14:33:41.812474115 -0700 @@ -36,15 +36,15 @@ * Table shows permission target name, what the permission allows, and associated risks * * - * Permission Target Name - * What the Permission Allows - * Risks of Allowing this Permission + * Permission Target Name + * What the Permission Allows + * Risks of Allowing this Permission * * * * * - * suppressAccessChecks + * suppressAccessChecks * ability to suppress the standard Java language access checks * on fields and methods in a class; allow access not only public members * but also allow access to default (package) access, protected, @@ -53,7 +53,7 @@ * methods normally unavailable would be accessible to malicious code. * * - * newProxyInPackage.{package name} + * newProxyInPackage.{package name} * ability to create a proxy instance in the specified package of which * the non-public interface that the proxy class implements. * This gives code access to classes in packages to which it normally