< prev index next >

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

Print this page

        

*** 62,71 **** /** * Returns a list of internal counters maintained in the Java * virtual machine for the runtime system. * ! * @return a <tt>List</tt> of internal counters maintained in the VM * for the runtime system. */ public java.util.List<Counter> getInternalRuntimeCounters(); } --- 62,71 ---- /** * Returns a list of internal counters maintained in the Java * virtual machine for the runtime system. * ! * @return a {@code List} of internal counters maintained in the VM * for the runtime system. */ public java.util.List<Counter> getInternalRuntimeCounters(); }
< prev index next >