OSDN Git Service

Revert "Fix bogus interaction between code cache and instrumentation."
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 22:16:35 +0000 (22:16 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 22:16:35 +0000 (22:16 +0000)
commit034eb1a6ae870d53f9b3774e416ebbbd9859fdda
treebacb31729cc86d232cf300a52c51949eaa1dd5c8
parente9924b7d4fcafe7261233d2c16ebb73d7bb5e8e8
Revert "Fix bogus interaction between code cache and instrumentation."

hits a DCHECK when testing libcore:
    art F 11973 12675 art/runtime/jit/jit_code_cache.cc:644] Check failed: it.second->GetProfilingInfo(sizeof(void*)) != nullptr

This reverts commit e9924b7d4fcafe7261233d2c16ebb73d7bb5e8e8.

Change-Id: I37d05991b9506a53a7c76738a7e4a6def1010958
runtime/jit/jit_code_cache.cc
runtime/jit/jit_instrumentation.cc