hotspot/src/share/vm/interpreter/bytecodes.cpp
void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) {
{- -------------------------------------------
(1) 引数違いの Bytecodes::def() を呼ぶだけ
---------------------------------------- -}
def(code, name, format, wide_format, result_type, depth, can_trap, code);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.