src/cpu/x86/vm/frame_x86.inline.hpp

changeset 6521
af8cc1dae608
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 7553
f43fad8786fc
     1.1 --- a/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Mar 26 18:21:05 2014 -0700
     1.2 +++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Feb 26 11:33:34 2014 -0800
     1.3 @@ -247,6 +247,10 @@
     1.4    }
     1.5  }
     1.6  
     1.7 +inline oop* frame::interpreter_frame_temp_oop_addr() const {
     1.8 +  return (oop *)(fp() + interpreter_frame_oop_temp_offset);
     1.9 +}
    1.10 +
    1.11  #endif /* CC_INTERP */
    1.12  
    1.13  inline int frame::pd_oop_map_offset_adjustment() const {

mercurial