diff options
Diffstat (limited to 'runtime/thread.h')
-rw-r--r-- | runtime/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index 164eb86f6..6c427b8d5 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -679,7 +679,7 @@ class Thread { // Number of references allocated in handle scopes & JNI shadow frames on this thread. size_t NumStackReferences() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { return NumHandleReferences() + NumJniShadowFrameReferences(); - }; + } // Is the given obj in this thread's stack indirect reference table? bool HandleScopeContains(jobject obj) const; |