diff options
| author | 2016-02-05 15:47:16 +0000 | |
|---|---|---|
| committer | 2016-02-05 15:47:16 +0000 | |
| commit | 11aa3f5c5efd5ce8e761dfd76378a91d9f8dc42b (patch) | |
| tree | 746ab81bbc05e03fb918ca32cc8d5b296d083113 /compiler/compiler.h | |
| parent | 7ac9aeb501520089334c7b9e0deca1e089945bc8 (diff) | |
| parent | bd89a5c556324062b7d841843b039392e84cfaf4 (diff) | |
Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Diffstat (limited to 'compiler/compiler.h')
| -rw-r--r-- | compiler/compiler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/compiler.h b/compiler/compiler.h index 97c60de8c0..3a9ce1bc0e 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -64,8 +64,7 @@ class Compiler { virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED, jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, - ArtMethod* method ATTRIBUTE_UNUSED, - bool osr ATTRIBUTE_UNUSED) + ArtMethod* method ATTRIBUTE_UNUSED) SHARED_REQUIRES(Locks::mutator_lock_) { return false; } |