summaryrefslogtreecommitdiff
path: root/runtime/method_handles.cc
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2018-02-06 16:05:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-02-06 16:05:25 +0000
commit3a18e1fa56e103fe6e4bee85430fa87a0139aa19 (patch)
tree097fc609f3802ba6be297aa2e14e4aed804ed986 /runtime/method_handles.cc
parent17eaf9926ade295b0a20a29a3873380f8f668f46 (diff)
parentc4d3bf4eaff9720ed0bb7775db6fc24a1bd755dd (diff)
Merge "Revert "ART: Interpreter support for VarHandle accessors""
Diffstat (limited to 'runtime/method_handles.cc')
-rw-r--r--runtime/method_handles.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/method_handles.cc b/runtime/method_handles.cc
index 9b21e1d9bf..2701ec66a4 100644
--- a/runtime/method_handles.cc
+++ b/runtime/method_handles.cc
@@ -346,7 +346,7 @@ inline bool ConvertAndCopyArgumentsFromCallerFrame(
return false;
}
- ShadowFrameGetter getter(caller_frame, operands);
+ ShadowFrameGetter getter(operands, caller_frame);
ShadowFrameSetter setter(callee_frame, first_dest_reg);
return PerformConversions<ShadowFrameGetter, ShadowFrameSetter>(self,
callsite_type,