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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp95 _annotation_LIMIT enumerator in enum:VALUE_OBJ_CLASS_SPEC::AnnotationCollector::ID
102 assert((int)_annotation_LIMIT <= (int)sizeof(_annotations_present) * BitsPerByte, "");
108 assert((int)id >= 0 && (int)id < (int)_annotation_LIMIT, "oob");

Completed in 30 milliseconds