< prev index next >

src/java.management/share/classes/sun/management/HotspotThreadMBean.java

Print this page

        

*** 38,53 **** * @return the current number of VM internal threads. */ public int getInternalThreadCount(); /** ! * Returns a <tt>Map</tt> 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. - * <p> * ! * @return a <tt>Map</tt> object of the name of all VM internal threads * to the thread CPU time in nanoseconds. * * @throws java.lang.UnsupportedOperationException if the Java virtual * machine does not support CPU time measurement. * --- 38,52 ---- * @return the current number of VM internal threads. */ public int getInternalThreadCount(); /** ! * 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 {@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 * machine does not support CPU time measurement. *
< prev index next >