Class: sun.management.HotspotMemory
- class HotspotMemory
- implements HotspotMemoryMBean
Implementation class of HotspotMemoryMBean interface.
Internal, uncommitted management interface for Hotspot memory
system.
Methods
-
HotspotMemorytop
HotspotMemory(VMManagement vm)Constructor of HotspotRuntime class. -
getInternalMemoryCounterstop
Returns a list of internal counters maintained in the Java virtual machine for the memory system.- Specified by:
- getInternalMemoryCounters from HotspotMemoryMBean
Fields
-
COM_SUN_GC
static final private String COM_SUN_GC = "com.sun.gc." -
GC_COUNTER_NAME_PATTERN
static final private String GC_COUNTER_NAME_PATTERN = "java.gc.|com.sun.gc.|sun.gc." -
JAVA_GC
static final private String JAVA_GC = "java.gc." -
SUN_GC
static final private String SUN_GC = "sun.gc." -
jvm
private VMManagement jvm
