public final class CompilationMXBeanImpl extends DynamicMXBeanImpl implements java.lang.management.CompilationMXBean
CompilationMXBeaninfo| 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, setMBeanInfopublic java.lang.String getName()
java.lang.management.CompilationMXBeangetName in interface java.lang.management.CompilationMXBeanpublic long getTotalCompilationTime()
java.lang.management.CompilationMXBeanCompilationMXBean.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.CompilationMXBeanpublic boolean isCompilationTimeMonitoringSupported()
java.lang.management.CompilationMXBeanisCompilationTimeMonitoringSupported in interface java.lang.management.CompilationMXBeantrue if compilation timing is supported, otherwise
false.