hotspot/src/cpu/sparc/vm/templateTable_sparc.cpp
void TemplateTable::newarray() {
{- -------------------------------------------
(1) InterpreterRuntime::newarray() を呼び出すだけ.
---------------------------------------- -}
transition(itos, atos);
__ ldub(Lbcp, 1, O1);
call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::newarray), O1, Otos_i);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.