hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 38074 8475fdc6dcc3
parent 38063 93b9ff8b977e
child 40655 9f644073d3a0
equal deleted inserted replaced
38071:cdc19fb67395 38074:8475fdc6dcc3
   753     (interpreterState) stack->alloc(sizeof(BytecodeInterpreter));
   753     (interpreterState) stack->alloc(sizeof(BytecodeInterpreter));
   754   assert(fp - stack->sp() == istate_off, "should be");
   754   assert(fp - stack->sp() == istate_off, "should be");
   755 
   755 
   756   istate->set_locals(locals);
   756   istate->set_locals(locals);
   757   istate->set_method(method);
   757   istate->set_method(method);
       
   758   istate->set_mirror(method->method_holder()->java_mirror());
   758   istate->set_self_link(istate);
   759   istate->set_self_link(istate);
   759   istate->set_prev_link(NULL);
   760   istate->set_prev_link(NULL);
   760   istate->set_thread(thread);
   761   istate->set_thread(thread);
   761   istate->set_bcp(method->is_native() ? NULL : method->code_base());
   762   istate->set_bcp(method->is_native() ? NULL : method->code_base());
   762   istate->set_constants(method->constants()->cache());
   763   istate->set_constants(method->constants()->cache());