--- old/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java 2015-05-26 15:29:20.120192560 +0400 +++ new/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java 2015-05-26 15:29:19.936192560 +0400 @@ -31,7 +31,7 @@ * VirtualMachine#attach VirtalMachine.attach} to attach to a target virtual * machine. * This permission is also checked when an {@link - * com.sun.tools.attach.spi.AttachProvider AttachProvider} is created.

+ * com.sun.tools.attach.spi.AttachProvider AttachProvider} is created. * *

An AttachPermission object contains a name (also referred * to as a "target name") but no actions list; you either have the @@ -39,7 +39,7 @@ * The following table provides a summary description of what the * permission allows, and discusses the risks of granting code the * permission. - *

+ * * *