--- old/src/java.management/share/classes/sun/management/HotspotThreadMBean.java 2015-05-18 17:53:40.884753409 +0400 +++ new/src/java.management/share/classes/sun/management/HotspotThreadMBean.java 2015-05-18 17:53:40.728753409 +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