--- old/src/java.base/share/classes/sun/misc/Perf.java 2015-05-18 19:54:29.908747452 +0400 +++ new/src/java.base/share/classes/sun/misc/Perf.java 2015-05-18 19:54:29.756747452 +0400 @@ -67,13 +67,13 @@ * AccessController.doPrivileged(PrivilegedAction). *

Here is a suggested idiom for use of this class: * - *

+     * 
{@code
      * class MyTrustedClass {
      *   private static final Perf perf =
      *       AccessController.doPrivileged(new Perf.GetPerfAction());
      *   ...
      * }
-     * 
+ * }
*

* In the presence of a security manager, the MyTrustedClass * class in the above example will need to be granted the @@ -171,8 +171,7 @@ * The attach mode specifies the access permissions requested for the * instrumentation buffer of the target virtual machine. The permitted * access permissions are: - *

- * + *

* * @param lvmid an integer that uniquely identifies the * target local Java virtual machine.