diff options
| author | 2016-02-05 17:25:17 +0000 | |
|---|---|---|
| committer | 2016-02-05 17:25:17 +0000 | |
| commit | 9fba3f67a0792ad5eeb495e489d11a87211c318f (patch) | |
| tree | 7204ab0951b14fa2536fe33d974e413a3cbe87a5 /compiler/jit/jit_compiler.h | |
| parent | 0f638c64686c03256c949051331b0838c9888a2a (diff) | |
| parent | b331febbab8e916680faba722cc84b66b84218a3 (diff) | |
Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."""
Diffstat (limited to 'compiler/jit/jit_compiler.h')
| -rw-r--r-- | compiler/jit/jit_compiler.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h index 037a18ac7a..5294d0ee35 100644 --- a/compiler/jit/jit_compiler.h +++ b/compiler/jit/jit_compiler.h @@ -37,7 +37,7 @@ class JitCompiler {   public:    static JitCompiler* Create();    virtual ~JitCompiler(); -  bool CompileMethod(Thread* self, ArtMethod* method) +  bool CompileMethod(Thread* self, ArtMethod* method, bool osr)        SHARED_REQUIRES(Locks::mutator_lock_);    CompilerCallbacks* GetCompilerCallbacks() const;    size_t GetTotalCompileTime() const {  |