< prev index next >

src/hotspot/share/opto/graphKit.cpp

Print this page

        

*** 1808,1818 **** } else if (arg->is_ValueType()) { // Pass value type argument via oop to callee if (!incremental_inlining) { arg = arg->as_ValueType()->allocate(this)->get_oop(); } else { ! arg = ValueTypePtrNode::make_from_value_type(this, arg->as_ValueType(), false); } } call->init_req(idx++, arg); // Skip reserved arguments BasicType bt = t->basic_type(); --- 1808,1818 ---- } else if (arg->is_ValueType()) { // Pass value type argument via oop to callee if (!incremental_inlining) { arg = arg->as_ValueType()->allocate(this)->get_oop(); } else { ! arg = ValueTypePtrNode::make_from_value_type(this, arg->as_ValueType()); } } call->init_req(idx++, arg); // Skip reserved arguments BasicType bt = t->basic_type();
< prev index next >