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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp127 VerificationType() { *this = bogus_type(); }
130 static VerificationType bogus_type() { return VerificationType(Bogus); } function in class:VALUE_OBJ_CLASS_SPEC
131 static VerificationType top_type() { return bogus_type(); } // alias

Completed in 211 milliseconds