From b666f4805c8ae707ea6fd7f6c7f375e0b000dba8 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 18 Feb 2015 14:33:14 -0800 Subject: Move arenas into runtime Moved arena pool into the runtime. Motivation: Allow GC to use arena allocators, recycle arena pool for linear alloc. Bug: 19264997 Change-Id: I8ddbb6d55ee923a980b28fb656c758c5d7697c2f --- compiler/utils/growable_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/growable_array.h') diff --git a/compiler/utils/growable_array.h b/compiler/utils/growable_array.h index fd43ea6e20..821e28b4a0 100644 --- a/compiler/utils/growable_array.h +++ b/compiler/utils/growable_array.h @@ -20,7 +20,7 @@ #include #include -#include "arena_object.h" +#include "base/arena_object.h" namespace art { -- cgit v1.2.3-59-g8ed1b