hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 38074 8475fdc6dcc3
parent 37466 287c4ebd11b0
child 38144 0976c0c5c5d3
--- a/hotspot/src/cpu/x86/vm/frame_x86.hpp	Mon Apr 25 11:36:14 2016 +0200
+++ b/hotspot/src/cpu/x86/vm/frame_x86.hpp	Mon Apr 25 09:51:00 2016 -0400
@@ -70,7 +70,8 @@
     // outgoing sp before a call to an invoked method
     interpreter_frame_last_sp_offset                 = interpreter_frame_sender_sp_offset - 1,
     interpreter_frame_method_offset                  = interpreter_frame_last_sp_offset - 1,
-    interpreter_frame_mdp_offset                     = interpreter_frame_method_offset - 1,
+    interpreter_frame_mirror_offset                  = interpreter_frame_method_offset - 1,
+    interpreter_frame_mdp_offset                     = interpreter_frame_mirror_offset - 1,
     interpreter_frame_cache_offset                   = interpreter_frame_mdp_offset - 1,
     interpreter_frame_locals_offset                  = interpreter_frame_cache_offset - 1,
     interpreter_frame_bcp_offset                     = interpreter_frame_locals_offset - 1,