--- old/src/java.management/share/classes/java/lang/management/CompilationMXBean.java 2015-08-05 20:44:25.110427534 +0400 +++ new/src/java.management/share/classes/java/lang/management/CompilationMXBean.java 2015-08-05 20:44:24.898427544 +0400 @@ -35,13 +35,13 @@ * that can be obtained by calling * the {@link ManagementFactory#getCompilationMXBean} method or * from the {@link ManagementFactory#getPlatformMBeanServer - * platform MBeanServer} method. + * platform MBeanServer} method. * - *

The ObjectName for uniquely identifying the MXBean for + *

The {@code ObjectName} for uniquely identifying the MXBean for * the compilation system within an MBeanServer is: *

* {@link ManagementFactory#COMPILATION_MXBEAN_NAME - * java.lang:type=Compilation} + * java.lang:type=Compilation} *
* * It can be obtained by calling the @@ -68,8 +68,8 @@ * Tests if the Java virtual machine supports the monitoring of * compilation time. * - * @return true if the monitoring of compilation time is - * supported ; false otherwise. + * @return {@code true} if the monitoring of compilation time is + * supported; {@code false} otherwise. */ public boolean isCompilationTimeMonitoringSupported();