diff -r bf24e33c7919 -r 05676cfd40b5 jdk/src/java.management/share/classes/java/lang/management/MemoryManagerMXBean.java --- a/jdk/src/java.management/share/classes/java/lang/management/MemoryManagerMXBean.java Thu Aug 06 13:20:13 2015 +0300 +++ b/jdk/src/java.management/share/classes/java/lang/management/MemoryManagerMXBean.java Thu Aug 06 13:59:10 2015 +0300 @@ -36,13 +36,13 @@ * that can be obtained by calling * the {@link ManagementFactory#getMemoryManagerMXBeans} 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 memory manager within an MBeanServer is: *

* {@link ManagementFactory#MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE - * java.lang:type=MemoryManager},name=manager's name + * java.lang:type=MemoryManager}{@code ,name=}manager's name *
* * It can be obtained by calling the @@ -72,16 +72,16 @@ * machine. A memory manager becomes invalid once the Java virtual * machine removes it from the memory system. * - * @return true if the memory manager is valid in the + * @return {@code true} if the memory manager is valid in the * Java virtual machine; - * false otherwise. + * {@code false} otherwise. */ public boolean isValid(); /** * Returns the name of memory pools that this memory manager manages. * - * @return an array of String objects, each is + * @return an array of {@code String} objects, each is * the name of a memory pool that this memory manager manages. */ public String[] getMemoryPoolNames();