summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2017-08-15 17:41:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-08-15 17:41:51 +0000
commita2ac7d858355dbd105ecc08af93e63cfff666a5c (patch)
treed1827e89e3f44700bf9e602a55fcedc1ca2e7002 /runtime/jit/jit_code_cache.cc
parent0137efc915c1bcb463f16425bc041620cab1a855 (diff)
parentc42fab35f18539957debb8703195eeb76c9718f7 (diff)
Merge "Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method.""
Diffstat (limited to 'runtime/jit/jit_code_cache.cc')
-rw-r--r--runtime/jit/jit_code_cache.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/jit/jit_code_cache.cc b/runtime/jit/jit_code_cache.cc
index 47ace7fa71..40a5212629 100644
--- a/runtime/jit/jit_code_cache.cc
+++ b/runtime/jit/jit_code_cache.cc
@@ -1169,7 +1169,6 @@ void JitCodeCache::DoCollection(Thread* self, bool collect_profiling_info) {
RemoveUnmarkedCode(self);
if (collect_profiling_info) {
- ScopedThreadSuspension sts(self, kSuspended);
MutexLock mu(self, lock_);
// Free all profiling infos of methods not compiled nor being compiled.
auto profiling_kept_end = std::remove_if(profiling_infos_.begin(), profiling_infos_.end(),