--- old/src/java.management/share/classes/java/lang/management/GarbageCollectorMXBean.java 2015-08-05 20:44:25.666427509 +0400 +++ new/src/java.management/share/classes/java/lang/management/GarbageCollectorMXBean.java 2015-08-05 20:44:25.454427519 +0400 @@ -39,13 +39,13 @@ * that can be obtained by calling * the {@link ManagementFactory#getGarbageCollectorMXBeans} 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 * a garbage collector within an MBeanServer is: *

* {@link ManagementFactory#GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - * java.lang:type=GarbageCollector},name=collector's name + * java.lang:type=GarbageCollector}{@code ,name=}collector's name *
* * It can be obtained by calling the @@ -68,7 +68,7 @@ public interface GarbageCollectorMXBean extends MemoryManagerMXBean { /** * Returns the total number of collections that have occurred. - * This method returns -1 if the collection count is undefined for + * This method returns {@code -1} if the collection count is undefined for * this collector. * * @return the total number of collections that have occurred. @@ -77,7 +77,7 @@ /** * Returns the approximate accumulated collection elapsed time - * in milliseconds. This method returns -1 if the collection + * in milliseconds. This method returns {@code -1} if the collection * elapsed time is undefined for this collector. *

* The Java virtual machine implementation may use a high resolution