summaryrefslogtreecommitdiffstats
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-11 13:28:29 -0800
committerAndreas Gampe <agampe@google.com>2014-11-13 13:25:14 -0800
commit4bf3ae9930a155f238dfd471413c866912b2579e (patch)
treebf97adf68ec9f39be03075664eef5c53576bd72c /compiler/oat_test.cc
parent67ab6192a9cf1781521692212fa48889a8d36e94 (diff)
downloadart-4bf3ae9930a155f238dfd471413c866912b2579e.tar.gz
art-4bf3ae9930a155f238dfd471413c866912b2579e.tar.bz2
art-4bf3ae9930a155f238dfd471413c866912b2579e.zip
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
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r--compiler/oat_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc
index 97b7cc90dd..c384c57c3a 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -109,8 +109,8 @@ TEST_F(OatTest, WriteRead) {
verification_results_.get(),
method_inliner_map_.get(),
compiler_kind, insn_set,
- insn_features.get(), false, nullptr, 2, true, true,
- timer_.get(), ""));
+ insn_features.get(), false, nullptr, nullptr, 2, true,
+ true, timer_.get(), ""));
jobject class_loader = nullptr;
if (kCompile) {
TimingLogger timings2("OatTest::WriteRead", false, false);