diff options
author | 2018-07-18 13:26:11 +0000 | |
---|---|---|
committer | 2018-07-18 13:26:11 +0000 | |
commit | bf2ca05ccf658a9f626d1cb3f1adca6087ece7b8 (patch) | |
tree | 8de1c48dd0a83091ffef6bf321ffc4ffc05b1147 /runtime/jit/jit_code_cache.h | |
parent | 460c6ce61766196fc47ec5744417254fa2d6e364 (diff) |
Revert^3 "Rewrite JVMTI method tracing to use trampolines"
This reverts commit 460c6ce61766196fc47ec5744417254fa2d6e364.
Reason for revert: I believe this is breaking libjdwp jit tests.
Change-Id: I51297763c1d12555b32f3d37c0ceaa3b5720fff5
Test: ./art/tools/run-libjdwp-tests.sh --mode=host --variant=X64 --debug
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index ee6111a430..49a19a18f1 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -215,8 +215,6 @@ class JitCodeCache { REQUIRES(!lock_) REQUIRES_SHARED(Locks::mutator_lock_); - void ClearAllCompiledDexCode() REQUIRES(!lock_, Locks::mutator_lock_); - void CopyInlineCacheInto(const InlineCache& ic, Handle<mirror::ObjectArray<mirror::Class>> array) REQUIRES(!lock_) REQUIRES_SHARED(Locks::mutator_lock_); |