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

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java69 private LongCounter nmethodSize; field in class:HotspotCompilation
151 nmethodSize = (LongCounter) lookup("nmethodSize");
199 return nmethodSize.longValue();

Completed in 21 milliseconds