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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp124 int nmethod_count; member in struct:nmethod_stats_struct
138 nmethod_count += 1;
152 if (nmethod_count == 0) return;
153 tty->print_cr("Statistics for %d bytecoded nmethods:", nmethod_count);

Completed in 63 milliseconds