comparison src/cpu/zero/vm/frame_zero.inline.hpp @ 12371:e32f2b195867

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 11 Oct 2013 17:21:14 +0200
parents c54a3122f9c8
children e16282db4946
comparison
equal deleted inserted replaced
12370:1e4d1c150ed5 12371:e32f2b195867
139 // represents an invalid (incomparable) frame. 139 // represents an invalid (incomparable) frame.
140 inline intptr_t* frame::id() const { 140 inline intptr_t* frame::id() const {
141 return fp(); 141 return fp();
142 } 142 }
143 143
144 inline JavaCallWrapper* frame::entry_frame_call_wrapper() const { 144 inline JavaCallWrapper** frame::entry_frame_call_wrapper_addr() const {
145 return zero_entryframe()->call_wrapper(); 145 return zero_entryframe()->call_wrapper();
146 } 146 }
147 147
148 inline void frame::set_saved_oop_result(RegisterMap* map, oop obj) { 148 inline void frame::set_saved_oop_result(RegisterMap* map, oop obj) {
149 ShouldNotCallThis(); 149 ShouldNotCallThis();