commit | 5f7788917e5e4a29f3eb934b8da444ae28c07125 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Nov 26 14:51:50 2021 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Nov 26 17:23:32 2021 +0000 |
tree | ffb3988e2eb1453ea8cb3013cff5d5599d78bef9 | |
parent | eb65b41fff33b15a2f538e7c3d4eece074ee33c1 [diff] [blame] |
Fix longstanding deopt issue not using the right deopt type. Also add comments for hotness entrypoints. Test: test.py Bug: 203253172 Change-Id: I68bc195b3ff5db13997a47fbb5e755d888e1dc04
diff --git a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc index 5f687ce..ab9825b 100644 --- a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
@@ -644,7 +644,7 @@ deopt_frame, result, from_code, - DeoptimizationMethodType::kDefault); + method_type); } extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp)