diff src/share/vm/runtime/frame.inline.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 78112be27ba0
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.inline.hpp	Wed Mar 12 00:00:05 2014 +0100
+++ b/src/share/vm/runtime/frame.inline.hpp	Tue Mar 11 18:45:59 2014 -0700
@@ -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