OSDN Git Service

Run Java tests with the optimizing compiler.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 18 Mar 2014 17:59:20 +0000 (17:59 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 19 Mar 2014 08:47:01 +0000 (08:47 +0000)
commit92cf83e001357329cbf41fa15a6e053fab6f4933
tree1dc03f1fb8c3f9af4021c1b82f0c5b0baee39600
parenta48850ba1f48066785768d2dd296448cd430d494
Run Java tests with the optimizing compiler.

Also fix a vector.reserve -> vector.resize braino, and build
a GC map that dex2oat expects.

Change-Id: I6acf2f90a4c32f90b79bf7709bf2e43931b98757
Android.mk
compiler/dex/quick/codegen_util.cc
compiler/gc_map_builder.h [new file with mode: 0644]
compiler/optimizing/code_generator.cc
compiler/optimizing/code_generator.h
compiler/optimizing/optimizing_compiler.cc
test/etc/host-run-test-jar
test/run-test