Interface: sun.management.HotspotThreadMBean
- public interface HotspotThreadMBean
Hotspot internal management interface for the thread system.
Methods
-
getInternalThreadCounttop
public int getInternalThreadCount()Returns the current number of VM internal threads. -
getInternalThreadCpuTimestop
Returns a 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. -
getInternalThreadingCounterstop
Returns a list of internal counters maintained in the Java virtual machine for the thread system.
