OSDN Git Service

ART: Compiled-classes list for compiler-driver
authorAndreas Gampe <agampe@google.com>
Tue, 11 Nov 2014 21:28:29 +0000 (13:28 -0800)
committerAndreas Gampe <agampe@google.com>
Sat, 15 Nov 2014 00:46:12 +0000 (16:46 -0800)
commit85448d4b9c0720049a7ee4afa331870e87d83995
treec8362f6bdbf4681c4277e5b96db8d85c66d6f7f9
parentd00804c6b7ebde7ffdd06037e93291efe867744d
ART: Compiled-classes list for compiler-driver

Similar to the image-classes list, introduce a list of class names
that are to be compiled when creating a boot image. This defaults
to all classes.

Bug: 18336591

(cherry picked from commit 26318f722958ac1cba6a812026a1377f37c54941)

Change-Id: I95f69afdb500a9defb6795803d4040bbe67c5a01
compiler/common_compiler_test.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/oat_test.cc
dex2oat/dex2oat.cc