comparison src/cpu/zero/vm/frame_zero.inline.hpp @ 12011:c54a3122f9c8

8022188: Make zero compile after 8016131 and 8016697 Reviewed-by: dholmes, twisti
author omajid
date Tue, 06 Aug 2013 12:28:46 -0400
parents c566b81b3323
children e16282db4946
comparison
equal deleted inserted replaced
11996:22a5aff0df0b 12011:c54a3122f9c8
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();