diff options
Diffstat (limited to 'runtime/interpreter/interpreter_switch_impl-inl.h')
-rw-r--r-- | runtime/interpreter/interpreter_switch_impl-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_switch_impl-inl.h b/runtime/interpreter/interpreter_switch_impl-inl.h index 42f7fc749b..f58fb954dd 100644 --- a/runtime/interpreter/interpreter_switch_impl-inl.h +++ b/runtime/interpreter/interpreter_switch_impl-inl.h @@ -245,7 +245,7 @@ class InstructionHandler { // Hotness update. jit::Jit* jit = Runtime::Current()->GetJit(); if (jit != nullptr) { - jit->AddSamples(Self(), shadow_frame_.GetMethod(), 1, /*with_backedges=*/ true); + jit->AddSamples(Self(), shadow_frame_.GetMethod()); } // Record new dex pc early to have consistent suspend point at loop header. shadow_frame_.SetDexPC(next_->GetDexPc(Insns())); |