|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilationMXBean
This interface exposes class compilation-specific information. It is JRockit-specific extension of java.lang.management.CompilationMXBean.
Method Summary | |
---|---|
long |
getJITCompilationTime()
Returns the time spent JIT compiling |
long |
getOptimizingTime()
Returns the time spent optimizing. |
boolean |
isVerbose()
Returns true if verbose:cg is enabled, false otherwise. |
void |
setVerbose(boolean enable)
Enables/Disables verbosity for the code generations process |
Methods inherited from interface java.lang.management.CompilationMXBean |
---|
getName, getTotalCompilationTime, isCompilationTimeMonitoringSupported |
Method Detail |
---|
long getJITCompilationTime()
long getOptimizingTime()
boolean isVerbose()
void setVerbose(boolean enable)
enable
- true to enable, false to disable.
SecurityPermission
- if you don't have the control permission set.ManagementPermission
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |