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