diff options
author | 2022-01-26 02:43:33 +0000 | |
---|---|---|
committer | 2022-01-26 02:43:33 +0000 | |
commit | 07cbc5ba4f117ea74faecffe14ffc0ce8aa7ee0e (patch) | |
tree | 2c3c512ebfdf1ac807c688611f8a9dd16562d654 /runtime/interpreter/interpreter_common.h | |
parent | 0ab5b6d2afbdd71a18f8fb9b1fcf39e54cfd55a5 (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/interpreter/interpreter_common.h')
-rw-r--r-- | runtime/interpreter/interpreter_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.h b/runtime/interpreter/interpreter_common.h index e9b78f3259..1809227f2c 100644 --- a/runtime/interpreter/interpreter_common.h +++ b/runtime/interpreter/interpreter_common.h @@ -59,7 +59,6 @@ #include "obj_ptr.h" #include "stack.h" #include "thread.h" -#include "thread-inl.h" #include "unstarted_runtime.h" #include "verifier/method_verifier.h" #include "well_known_classes.h" |