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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp57 int _max_bootstrap_specifier_index; // detects BSS values member in class:VALUE_OBJ_CLASS_SPEC
82 _max_bootstrap_specifier_index = -1;
H A DclassFileParser.cpp191 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index)
192 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later
2660 guarantee_property(_max_bootstrap_specifier_index < attribute_array_length,
2876 if (_max_bootstrap_specifier_index >= 0) {

Completed in 88 milliseconds