hotspot/src/share/vm/runtime/frame.hpp
changeset 22929 cb114f3238ef
parent 22905 4b1549d69106
parent 22924 5da64eb25f2a
child 25714 87fa6860b5ae
child 25715 d5a8dbdc5150
--- a/hotspot/src/share/vm/runtime/frame.hpp	Fri Feb 28 14:56:04 2014 +0100
+++ b/hotspot/src/share/vm/runtime/frame.hpp	Fri Feb 28 08:02:20 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