hotspot/src/share/vm/runtime/frame.inline.hpp
changeset 22924 5da64eb25f2a
parent 18025 b7bcf7497f93
child 25714 87fa6860b5ae
child 25715 d5a8dbdc5150
--- a/hotspot/src/share/vm/runtime/frame.inline.hpp	Wed Feb 26 02:54:49 2014 -0800
+++ b/hotspot/src/share/vm/runtime/frame.inline.hpp	Wed Feb 26 11:33:34 2014 -0800
@@ -87,6 +87,13 @@
   return is_entry_frame() && entry_frame_is_first();
 }
 
+#ifdef CC_INTERP
+inline oop* frame::interpreter_frame_temp_oop_addr() const {
+  interpreterState istate = get_interpreterState();
+  return (oop *)&istate->_oop_temp;
+}
+#endif // CC_INTERP
+
 // here are the platform-dependent bodies:
 
 #ifdef TARGET_ARCH_x86