diff options
author | 2022-01-26 02:43:33 +0000 | |
---|---|---|
committer | 2022-01-26 02:43:33 +0000 | |
commit | 07cbc5ba4f117ea74faecffe14ffc0ce8aa7ee0e (patch) | |
tree | 2c3c512ebfdf1ac807c688611f8a9dd16562d654 /runtime/intern_table.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/intern_table.h')
-rw-r--r-- | runtime/intern_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/intern_table.h b/runtime/intern_table.h index 9d1720ffa5..db6016eba7 100644 --- a/runtime/intern_table.h +++ b/runtime/intern_table.h @@ -116,7 +116,7 @@ class InternTable { REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!Roles::uninterruptible_); // Only used by image writer. Special version that may not cause thread suspension since the GC - // cannot be running while we are doing image writing. Maybe be called while holding a + // cannot be running while we are doing image writing. Maybe be called while while holding a // lock since there will not be thread suspension. ObjPtr<mirror::String> InternStrongImageString(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_); |