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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3415 int nonstatic_byte_space_count = 0; local
3445 nonstatic_byte_space_count += 1;
3536 if( nonstatic_byte_space_count > 0 ) {
3539 nonstatic_byte_space_count -= 1;

Completed in 163 milliseconds