equal
deleted
inserted
replaced
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()); |