summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.cc
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2022-01-26 02:43:33 +0000
committer Hans Boehm <hboehm@google.com> 2022-01-26 02:43:33 +0000
commit07cbc5ba4f117ea74faecffe14ffc0ce8aa7ee0e (patch)
tree2c3c512ebfdf1ac807c688611f8a9dd16562d654 /runtime/jit/jit_code_cache.cc
parent0ab5b6d2afbdd71a18f8fb9b1fcf39e54cfd55a5 (diff)
Revert "Reduce pauses for weak reference access"
This reverts commit 0ab5b6d2afbdd71a18f8fb9b1fcf39e54cfd55a5. Reason for revert: Breaks CMS builds Change-Id: Ib3dfcc90ac5b7259c7f718a0373b48acc2ba10b2
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 ad44ac2094..34ddfc4233 100644
--- a/runtime/jit/jit_code_cache.cc
+++ b/runtime/jit/jit_code_cache.cc
@@ -57,7 +57,6 @@
#include "scoped_thread_state_change-inl.h"
#include "stack.h"
#include "thread-current-inl.h"
-#include "thread-inl.h"
#include "thread_list.h"
namespace art {