Searched defs:totalCompiles (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java65 private LongCounter totalCompiles; field in class:HotspotCompilation
147 totalCompiles = (LongCounter) lookup("totalCompiles");
183 return totalCompiles.longValue();

Completed in 30 milliseconds