summaryrefslogtreecommitdiff
path: root/compiler/compiler.h
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2016-02-05 15:46:42 +0000
committer David Brazdil <dbrazdil@google.com> 2016-02-05 15:46:42 +0000
commitbd89a5c556324062b7d841843b039392e84cfaf4 (patch)
tree185a1604d29d715aa3ac8e0284343bf8d538ef3e /compiler/compiler.h
parent891bc286963892ed96134ca1adb7822737af9710 (diff)
Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."
DCHECK whether loop headers are covered fails. This reverts commit 891bc286963892ed96134ca1adb7822737af9710. Change-Id: I0f9a90630b014b16d20ba1dfba31ce63e6648021
Diffstat (limited to 'compiler/compiler.h')
-rw-r--r--compiler/compiler.h3
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;
}