From 1b717f63847de8762e7f7bdd6708fdfae9d24a67 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 22 Apr 2015 18:45:06 -0700 Subject: Revert "Quick: Rewrite type inference pass." Breaks arm64, as the method register is not correctly flagged as ref and thus 32bit. Bug: 19419671 This reverts commit e490b01c12d33f3bd5c247b55b47e507cc9c8fab. --- compiler/driver/dex_compilation_unit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/driver/dex_compilation_unit.h') diff --git a/compiler/driver/dex_compilation_unit.h b/compiler/driver/dex_compilation_unit.h index 398300699e..03ae489da1 100644 --- a/compiler/driver/dex_compilation_unit.h +++ b/compiler/driver/dex_compilation_unit.h @@ -21,7 +21,6 @@ #include "dex_file.h" #include "jni.h" -#include "base/arena_object.h" namespace art { namespace mirror { @@ -32,7 +31,7 @@ class ClassLinker; struct CompilationUnit; class VerifiedMethod; -class DexCompilationUnit : public DeletableArenaObject { +class DexCompilationUnit { public: explicit DexCompilationUnit(CompilationUnit* cu); -- cgit v1.2.3-59-g8ed1b