summaryrefslogtreecommitdiffstats
path: root/src/heap.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2012-10-03 21:09:42 -0700
committerIan Rogers <irogers@google.com>2012-10-04 09:27:04 -0700
commit1f5393447b9f45be7918042d9ee7b521376de866 (patch)
tree1793cb0ae00b38a63f8cfd3a25b6cb0ee4edca16 /src/heap.h
parent870ea4772199f8d4cbd9a269f9093620ee50a59c (diff)
downloadart-1f5393447b9f45be7918042d9ee7b521376de866.zip
art-1f5393447b9f45be7918042d9ee7b521376de866.tar.gz
art-1f5393447b9f45be7918042d9ee7b521376de866.tar.bz2
Make PopSirt inlinable, pass self to SirtRef.
Change-Id: Ieb91526b1cb1f8644ceb3c5b99649f658f43bbc1
Diffstat (limited to 'src/heap.h')
-rw-r--r--src/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap.h b/src/heap.h
index 0a054e2..76206c4 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -301,7 +301,7 @@ class LOCKABLE Heap {
void EnqueueClearedReferences(Object** cleared_references);
void RequestHeapTrim();
- void RequestConcurrentGC();
+ void RequestConcurrentGC(Thread* self);
// Swap bitmaps (if we are a full Gc then we swap the zygote bitmap too).
void SwapBitmaps(Thread* self) EXCLUSIVE_LOCKS_REQUIRED(GlobalSynchronization::heap_bitmap_lock_);