Searched refs:CompilerThreadStat (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DCompilerThreadStat.java30 public class CompilerThreadStat implements java.io.Serializable { class in inherits:java.io.Serializable
36 CompilerThreadStat(String name, long taskCount, long time, MethodInfo lastMethod) { method in class:CompilerThreadStat
H A DHotspotCompilationMBean.java45 * @return a list of {@link CompilerThreadStat} object containing
49 public java.util.List<CompilerThreadStat> getCompilerThreadStats();
H A DHotspotCompilation.java102 CompilerThreadStat getCompilerThreadStat() {
106 return new CompilerThreadStat(name,
202 public java.util.List<CompilerThreadStat> getCompilerThreadStats() {
203 List<CompilerThreadStat> list = new ArrayList<CompilerThreadStat>(threads.length);

Completed in 30 milliseconds