Searched defs:Bogus (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp98 Bogus = (ITEM_Bogus << 2 * BitsPerByte) | Category1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180
130 static VerificationType bogus_type() { return VerificationType(Bogus); }
174 bool is_bogus() const { return (_u._data == Bogus); }

Completed in 284 milliseconds