summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2013-12-04 17:43:52 -0800
committerHiroshi Yamauchi <yamauchi@google.com>2013-12-04 17:43:52 -0800
commit501668ae6b3c1546cd94cbce71bc2e9eb0d851b8 (patch)
tree6092a656c5231870ea67743910454e67354d4be7 /runtime/runtime.cc
parentd83d4c86c89357a74e94963994ad0c42ea7299c3 (diff)
downloadart-501668ae6b3c1546cd94cbce71bc2e9eb0d851b8.zip
art-501668ae6b3c1546cd94cbce71bc2e9eb0d851b8.tar.gz
art-501668ae6b3c1546cd94cbce71bc2e9eb0d851b8.tar.bz2
Fix a rosalloc check failure in a test.
Bug: 11884037 Change-Id: I44356bbb0b4406ac289d59f4fd29878452087c03
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 6bd2560..4048bd3 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -131,11 +131,6 @@ Runtime::~Runtime() {
heap_->WaitForGcToComplete(self);
heap_->DeleteThreadPool();
- // For RosAlloc, revoke thread local runs. Note that in tests
- // (common_test.h) we repeat allocating and deleting Runtime
- // objects.
- heap_->RevokeAllThreadLocalBuffers();
-
// Make sure our internal threads are dead before we start tearing down things they're using.
Dbg::StopJdwp();
delete signal_catcher_;