summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2023-11-06 16:11:27 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2023-11-06 16:58:43 +0000
commit4384e944119846a2bc1d699a8c366baf9ac24c8e (patch)
treedf4ddb19cc2ff76baff980f6af4b71ca74b437c2 /runtime/jit/jit_code_cache.h
parenta12874590c1eb01c04d8d8ef28ad61f680406d1b (diff)
Revert "Fix pathological deoptimization case."
This reverts commit cd576b2e7927067319f6e7e790d5e3f3a1db7a62. Reason for revert: Broken luci libcore tests. Change-Id: I4ceb85bccce9c698a96bb02f4805a2cf98f5b4bb
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r--runtime/jit/jit_code_cache.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h
index 86efb91d0e..034ee9f6c5 100644
--- a/runtime/jit/jit_code_cache.h
+++ b/runtime/jit/jit_code_cache.h
@@ -407,11 +407,6 @@ class JitCodeCache {
ProfilingInfo* GetProfilingInfo(ArtMethod* method, Thread* self);
void ResetHotnessCounter(ArtMethod* method, Thread* self);
- void MaybeUpdateInlineCache(ArtMethod* method,
- uint32_t dex_pc,
- ObjPtr<mirror::Class> cls,
- Thread* self)
- REQUIRES_SHARED(Locks::mutator_lock_);
void VisitRoots(RootVisitor* visitor);