--- old/src/java.management/share/classes/sun/management/HotspotThreadMBean.java 2015-05-18 19:54:53.556747433 +0400 +++ new/src/java.management/share/classes/sun/management/HotspotThreadMBean.java 2015-05-18 19:54:53.400747433 +0400 @@ -40,12 +40,11 @@ public int getInternalThreadCount(); /** - * Returns a Map of the name of all VM internal threads + * Returns a {@code Map} of the name of all VM internal threads * to the thread CPU time in nanoseconds. The returned value is * of nanoseconds precision but not necessarily nanoseconds accuracy. - *

* - * @return a Map object of the name of all VM internal threads + * @return a {@code Map} object of the name of all VM internal threads * to the thread CPU time in nanoseconds. * * @throws java.lang.UnsupportedOperationException if the Java virtual