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

/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 34 milliseconds