Cloners :
|
|
Relates :
|
In order to be able to extend the CompilationMXBean functionality for HotSpot specific attributes we should add an internal interface com.sun.management.CompilationMXBean. Some possible attributes are: - Code Cache usage - Is compiler shut down? - Access to sweeper data - Compiled method hotness ranking (query per method, query top N) - Content of code cache
|