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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2683 static int nmethoddata; // number of methodData member in class:ClassStatistics
2713 nmethoddata++;
2726 tty->print_cr("%d methoddata (%d bytes)", nmethoddata, methoddata_size * oopSize);
2733 int ClassStatistics::nmethoddata = 0; member in class:ClassStatistics

Completed in 30 milliseconds