diff options
Diffstat (limited to 'runtime/mirror/throwable.h')
-rw-r--r-- | runtime/mirror/throwable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/mirror/throwable.h b/runtime/mirror/throwable.h index f90812d2ec..c22475b4ce 100644 --- a/runtime/mirror/throwable.h +++ b/runtime/mirror/throwable.h @@ -51,6 +51,8 @@ class MANAGED Throwable : public Object { return java_lang_Throwable_.Read(); } + int32_t GetStackDepth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + static void SetClass(Class* java_lang_Throwable); static void ResetClass(); static void VisitRoots(RootCallback* callback, void* arg) |