--- old/src/java.base/share/classes/javax/net/ssl/SSLPermission.java 2017-05-03 14:00:52.365653903 -0700 +++ new/src/java.base/share/classes/javax/net/ssl/SSLPermission.java 2017-05-03 14:00:52.265649577 -0700 @@ -44,14 +44,17 @@ * and for each provides a description of what the permission allows * and a discussion of the risks of granting code the permission. * - * + *
+ * + * * * * * * + * * + * * * * * * + * *
permission name, what it allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
setHostnameVerifierThe ability to set a callback which can decide whether to @@ -84,6 +87,7 @@ *
* * @see java.security.BasicPermission