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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp167 int native_nmethod_count; member in struct:nmethod_stats_struct
173 native_nmethod_count += 1;
180 if (native_nmethod_count == 0) return;
181 tty->print_cr("Statistics for %d native nmethods:", native_nmethod_count);

Completed in 48 milliseconds