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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp145 WRONG_TYPE, // Type value was not as expected enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon184
178 return ErrorContext(bci, WRONG_TYPE, type);
181 return ErrorContext(bci, WRONG_TYPE, type, exp);

Completed in 211 milliseconds