diff src/cpu/x86/vm/frame_x86.inline.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.inline.hpp	Thu Oct 16 10:21:29 2014 +0200
+++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Oct 15 16:02:50 2014 +0200
@@ -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 {