Interface: sun.management.HotspotCompilationMBean
- public interface HotspotCompilationMBean
Hotspot internal management interface for the compilation system.
Methods
-
getBailoutCompileCounttop
public long getBailoutCompileCount()Returns the number of bailout compiles. -
getCompiledMethodCodeSizetop
public long getCompiledMethodCodeSize()Returns the number of bytes for the code of the compiled methods. -
getCompiledMethodSizetop
public long getCompiledMethodSize()Returns the number of bytes occupied by the compiled methods. -
getCompilerThreadCounttop
public int getCompilerThreadCount()Returns the number of compiler threads. -
getCompilerThreadStatstop
public List<CompilerThreadStat> getCompilerThreadStats()Returns the statistic of all compiler threads. -
getFailedCompiletop
public MethodInfo getFailedCompile()Returns the method information of the last failed compile. -
getInternalCompilerCounterstop
Returns a list of internal counters maintained in the Java virtual machine for the compilation system. -
getInvalidatedCompiletop
public MethodInfo getInvalidatedCompile()Returns the method information of the last invalidated compile. -
getInvalidatedCompileCounttop
public long getInvalidatedCompileCount()Returns the number of invalidated compiles. -
getLastCompiletop
public MethodInfo getLastCompile()Returns the method information of the last compiled method. -
getTotalCompileCounttop
public long getTotalCompileCount()Returns the total number of compiles.
