From 344b0d18eb9f9f2f2ef704acadc510a6dd56a282 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 13 Dec 2018 23:30:14 +0000 Subject: Revert "Add a baseline flag to JIT compile." This reverts commit e734fe8d4aa5f70a5798363774a4ed63357ebe20. Reason for revert: May be breaking tests. Change-Id: I6c0c04a60c1b4f329c472d28a3c2666526bd6383 --- compiler/jit/jit_compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/jit/jit_compiler.h') diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h index 29d2761348..d201611d79 100644 --- a/compiler/jit/jit_compiler.h +++ b/compiler/jit/jit_compiler.h @@ -37,7 +37,7 @@ class JitCompiler { virtual ~JitCompiler(); // Compilation entrypoint. Returns whether the compilation succeeded. - bool CompileMethod(Thread* self, ArtMethod* method, bool baseline, bool osr) + bool CompileMethod(Thread* self, ArtMethod* method, bool osr) REQUIRES_SHARED(Locks::mutator_lock_); const CompilerOptions& GetCompilerOptions() const { -- cgit v1.2.3-59-g8ed1b