hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
changeset 38144 0976c0c5c5d3
parent 38133 78b95467b9f1
parent 38074 8475fdc6dcc3
child 40644 39e631ed7145
--- a/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Thu Apr 28 13:26:29 2016 +0000
+++ b/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Fri Apr 29 02:13:40 2016 +0300
@@ -184,6 +184,12 @@
   return (Method**)addr_at(interpreter_frame_method_offset);
 }
 
+// Mirror
+
+inline oop* frame::interpreter_frame_mirror_addr() const {
+  return (oop*)addr_at(interpreter_frame_mirror_offset);
+}
+
 // top of expression stack
 inline intptr_t* frame::interpreter_frame_tos_address() const {
   intptr_t* last_sp = interpreter_frame_last_sp();