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

/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp284 class Bytecode_new: public Bytecode { class in inherits:Bytecode
286 Bytecode_new(Method* method, address bcp): Bytecode(method, bcp) { verify(); } function in class:Bytecode_new

Completed in 33 milliseconds