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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp177 static ErrorContext bad_type(u2 bci, TypeOrigin type) { function in class:VALUE_OBJ_CLASS_SPEC
180 static ErrorContext bad_type(u2 bci, TypeOrigin type, TypeOrigin exp) { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp154 Node* bad_type = _gvn.transform( new (C) IfFalseNode(iff) ); local
155 bad_type_exit->control()->add_req(bad_type);

Completed in 39 milliseconds