Searched refs:LongCounter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/counter/
H A DLongCounter.java34 public interface LongCounter extends Counter { interface in inherits:Counter
/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java64 private LongCounter compilerThreads;
65 private LongCounter totalCompiles;
66 private LongCounter totalBailouts;
67 private LongCounter totalInvalidates;
68 private LongCounter nmethodCodeSize;
69 private LongCounter nmethodSize;
71 private LongCounter lastSize;
72 private LongCounter lastType;
74 private LongCounter lastFailedType;
76 private LongCounter lastInvalidatedTyp
[all...]
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DLongCounterSnapshot.java34 implements LongCounter {
H A DPerfLongCounter.java33 implements LongCounter {

Completed in 2710 milliseconds