From 1dad3f68b7f5a4a4cb2b281413357adc2309a8fd Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 23 Oct 2015 14:59:54 +0100 Subject: Support garbage collection of JITted code. Change-Id: I9afc544460ae4fb31149644b6196ac7f5182c784 --- compiler/jit/jit_compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/jit/jit_compiler.h') diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h index 757f3f386a..913a6d00ae 100644 --- a/compiler/jit/jit_compiler.h +++ b/compiler/jit/jit_compiler.h @@ -59,8 +59,8 @@ class JitCompiler { // This is in the compiler since the runtime doesn't have access to the compiled method // structures. bool AddToCodeCache(ArtMethod* method, - const CompiledMethod* compiled_method, - OatFile::OatMethod* out_method) SHARED_REQUIRES(Locks::mutator_lock_); + const CompiledMethod* compiled_method) + SHARED_REQUIRES(Locks::mutator_lock_); DISALLOW_COPY_AND_ASSIGN(JitCompiler); }; -- cgit v1.2.3-59-g8ed1b