hotspot/src/cpu/aarch64/vm/frame_aarch64.hpp
changeset 38144 0976c0c5c5d3
parent 38133 78b95467b9f1
parent 38074 8475fdc6dcc3
child 43439 5e03c9ba74f3
--- a/hotspot/src/cpu/aarch64/vm/frame_aarch64.hpp	Thu Apr 28 13:26:29 2016 +0000
+++ b/hotspot/src/cpu/aarch64/vm/frame_aarch64.hpp	Fri Apr 29 02:13:40 2016 +0300
@@ -78,7 +78,9 @@
     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_cache_offset                   = interpreter_frame_mdp_offset - 1,
+    interpreter_frame_padding_offset                 = interpreter_frame_mdp_offset - 1,
+    interpreter_frame_mirror_offset                  = interpreter_frame_padding_offset - 1,
+    interpreter_frame_cache_offset                   = interpreter_frame_mirror_offset - 1,
     interpreter_frame_locals_offset                  = interpreter_frame_cache_offset - 1,
     interpreter_frame_bcp_offset                     = interpreter_frame_locals_offset - 1,
     interpreter_frame_initial_sp_offset              = interpreter_frame_bcp_offset - 1,