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

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java75 private StringCounter lastInvalidatedMethod; field in class:HotspotCompilation
157 lastInvalidatedMethod = (StringCounter) lookup("lastInvalidatedMethod");
228 return new MethodInfo(lastInvalidatedMethod.stringValue(),

Completed in 256 milliseconds