summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-02-27 20:02:17 +0000
committer Roland Levillain <rpl@google.com> 2018-02-27 20:02:17 +0000
commitaf290318c31180148bab64038d66a6059a1a89d5 (patch)
treef5369e0be49f4599ada2a1d70cd564dbe5ba5ff5 /compiler/driver/compiler_driver.cc
parentcc4e7b7c7b37d9f7bd6e2bfe22e36308150dddad (diff)
Small documentation and stylistic changes.
Test: art/test.py Change-Id: Ibc74ee4783314266bf1d027811715058626c57c8
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index a6681ec1ef..8a604db59e 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -2678,7 +2678,7 @@ void CompilerDriver::InitializeClasses(jobject class_loader,
}
if (GetCompilerOptions().IsBootImage()) {
// Prune garbage objects created during aborted transactions.
- Runtime::Current()->GetHeap()->CollectGarbage(true);
+ Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references */ true);
}
}