java.lang.management
public interface CompilationMXBean
null
.
Since: 1.5
Method Summary | |
---|---|
String | getName()
Returns the name of the Just-In-Time (JIT) compiler.
|
long | getTotalCompilationTime()
Returns the accumulated time, in milliseconds, that
the JIT compiler has spent compiling Java bytecodes
to native machine code. |
boolean | isCompilationTimeMonitoringSupported()
Returns true if the virtual machine's JIT compiler
supports monitoring of the time spent compiling.
|
Returns: the name of the JIT compiler.
Returns: the accumulated number of milliseconds the JIT compiler has spent compiling.
Throws: UnsupportedOperationException if time monitoring is not supported.
Returns: true if the JIT compiler can be monitored for time spent compiling.