summaryrefslogtreecommitdiffstats
path: root/runtime/gc/heap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/heap.cc')
-rw-r--r--runtime/gc/heap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc
index edc5529..0c1c631 100644
--- a/runtime/gc/heap.cc
+++ b/runtime/gc/heap.cc
@@ -523,7 +523,7 @@ bool Heap::IsHeapAddress(const mirror::Object* obj) {
}
bool Heap::IsLiveObjectLocked(const mirror::Object* obj) {
- //Locks::heap_bitmap_lock_->AssertReaderHeld(Thread::Current());
+ // Locks::heap_bitmap_lock_->AssertReaderHeld(Thread::Current());
if (obj == NULL) {
return false;
}