hotspot/src/share/vm/runtime/frame.hpp
changeset 22924 5da64eb25f2a
parent 22838 82c7497fbad4
child 22929 cb114f3238ef
--- a/hotspot/src/share/vm/runtime/frame.hpp	Wed Feb 26 02:54:49 2014 -0800
+++ b/hotspot/src/share/vm/runtime/frame.hpp	Wed Feb 26 11:33:34 2014 -0800
@@ -314,6 +314,9 @@
   void interpreter_frame_set_monitor_end(BasicObjectLock* value);
 #endif // CC_INTERP
 
+  // Address of the temp oop in the frame. Needed as GC root.
+  oop* interpreter_frame_temp_oop_addr() const;
+
   // BasicObjectLocks:
   //
   // interpreter_frame_monitor_begin is higher in memory than interpreter_frame_monitor_end
@@ -350,9 +353,6 @@
   void interpreter_frame_set_method(Method* method);
   Method** interpreter_frame_method_addr() const;
   ConstantPoolCache** interpreter_frame_cache_addr() const;
-#ifdef PPC32
-  oop* interpreter_frame_mirror_addr() const;
-#endif
 
  public:
   // Entry frames