comparison src/cpu/x86/vm/frame_x86.inline.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
245 assert(last_sp <= (intptr_t*) interpreter_frame_monitor_end(), "bad tos"); 245 assert(last_sp <= (intptr_t*) interpreter_frame_monitor_end(), "bad tos");
246 return last_sp; 246 return last_sp;
247 } 247 }
248 } 248 }
249 249
250 inline oop* frame::interpreter_frame_temp_oop_addr() const {
251 return (oop *)(fp() + interpreter_frame_oop_temp_offset);
252 }
253
250 #endif /* CC_INTERP */ 254 #endif /* CC_INTERP */
251 255
252 inline int frame::pd_oop_map_offset_adjustment() const { 256 inline int frame::pd_oop_map_offset_adjustment() const {
253 return 0; 257 return 0;
254 } 258 }