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 97093a6350..35226f2230 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -1007,7 +1007,7 @@ class Thread { tls32_.state_and_flags.as_atomic_int.FetchAndAndSequentiallyConsistent(-1 ^ flag); } - void ResetQuickAllocEntryPointsForThread(); + void ResetQuickAllocEntryPointsForThread(bool is_marking); // Returns the remaining space in the TLAB. size_t TlabSize() const; |