diff options
Diffstat (limited to 'src/heap.h')
| -rw-r--r-- | src/heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap.h b/src/heap.h index 0a054e2775..76206c4b55 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_); |