public final class CompilationMXBeanImpl extends DynamicMXBeanImpl implements java.lang.management.CompilationMXBean
CompilationMXBean
info
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the virtual machine's Just In Time (JIT) compiler.
|
long |
getTotalCompilationTime()
If supported (see
CompilationMXBean.isCompilationTimeMonitoringSupported() ),
returns the total number of milliseconds spent by the virtual
machine performing compilations. |
boolean |
isCompilationTimeMonitoringSupported()
A boolean indication of whether or not the virtual machine supports the
timing of its compilation facilities.
|
getAttribute, getAttributes, getMBeanInfo, getPresentAttribute, getPresentOperation, initMBeanInfo, invoke, setAttribute, setAttributes, setMBeanInfo
public java.lang.String getName()
java.lang.management.CompilationMXBean
getName
in interface java.lang.management.CompilationMXBean
public long getTotalCompilationTime()
java.lang.management.CompilationMXBean
CompilationMXBean.isCompilationTimeMonitoringSupported()
),
returns the total number of milliseconds spent by the virtual
machine performing compilations. The figure is taken over the lifetime of
the virtual machine.getTotalCompilationTime
in interface java.lang.management.CompilationMXBean
public boolean isCompilationTimeMonitoringSupported()
java.lang.management.CompilationMXBean
isCompilationTimeMonitoringSupported
in interface java.lang.management.CompilationMXBean
true
if compilation timing is supported, otherwise
false
.