diff options
Diffstat (limited to 'runtime/trace.h')
-rw-r--r-- | runtime/trace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/trace.h b/runtime/trace.h index 567f6edb22..eccf157d2d 100644 --- a/runtime/trace.h +++ b/runtime/trace.h @@ -185,7 +185,8 @@ class Trace final : public instrumentation::InstrumentationListener { Handle<mirror::Object> this_object, ArtMethod* method, uint32_t dex_pc, - const JValue& return_value) + instrumentation::OptionalFrame frame, + JValue& return_value) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!unique_methods_lock_, !streaming_lock_) override; void MethodUnwind(Thread* thread, |