Searched refs:JNIHistogram (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp230 extern Histogram *JNIHistogram;
231 JNIHistogram->print();
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp307 Histogram* JNIHistogram; variable
343 if(JNIHistogram == NULL)
344 JNIHistogram = new Histogram("JNI Call Counts",100);
346 JNIHistogram->add_element(this);

Completed in 43 milliseconds