hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
changeset 22924 5da64eb25f2a
parent 22234 da823d78ad65
child 25714 87fa6860b5ae
child 25715 d5a8dbdc5150
--- a/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Feb 26 02:54:49 2014 -0800
+++ b/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Feb 26 11:33:34 2014 -0800
@@ -247,6 +247,10 @@
   }
 }
 
+inline oop* frame::interpreter_frame_temp_oop_addr() const {
+  return (oop *)(fp() + interpreter_frame_oop_temp_offset);
+}
+
 #endif /* CC_INTERP */
 
 inline int frame::pd_oop_map_offset_adjustment() const {