--- old/src/java.base/share/classes/java/io/SerializablePermission.java 2017-05-05 15:25:36.183128583 -0700 +++ new/src/java.base/share/classes/java/io/SerializablePermission.java 2017-05-05 15:25:36.055122993 -0700 @@ -44,12 +44,16 @@ * and for each provides a description of what the permission allows * and a discussion of the risks of granting code the permission. * - * + *
+ * + * * * * * * + * + * * * * @@ -79,7 +83,7 @@ * * - * + * *
Permission target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
enableSubclassImplementationCode could remove a configured filter and remove protections * already established.
* * @see java.security.BasicPermission