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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3826 const unsigned int super_count = super ? super->nonstatic_oop_map_count() : 0; local
3827 if (super_count > 0) {
3830 for (unsigned int i = 0; i < super_count; ++i) {
3836 if (super_count + nonstatic_oop_map_count > k->nonstatic_oop_map_count()) {

Completed in 57 milliseconds