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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp279 class Bytecode_checkcast: public Bytecode { class in inherits:Bytecode
281 Bytecode_checkcast(methodOop method, address bcp): Bytecode(method, bcp) { verify(); } function in class:Bytecode_checkcast

Completed in 63 milliseconds