summaryrefslogtreecommitdiffstats
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
authorDave Allison <dallison@google.com>2014-07-11 17:11:58 +0000
committerDave Allison <dallison@google.com>2014-07-16 14:58:27 -0700
commit69dfe51b684dd9d510dbcb63295fe180f998efde (patch)
treedaa2522650ca03417e4518dc8aef989ec53a6065 /compiler/oat_test.cc
parent479f131d4bd3829dd512312020808b05f5a591f1 (diff)
downloadart-69dfe51b684dd9d510dbcb63295fe180f998efde.zip
art-69dfe51b684dd9d510dbcb63295fe180f998efde.tar.gz
art-69dfe51b684dd9d510dbcb63295fe180f998efde.tar.bz2
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
This reverts commit 0025a86411145eb7cd4971f9234fc21c7b4aced1. Bug: 16256184 Change-Id: Ie0760a0c293aa3b62e2885398a8c512b7a946a73
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r--compiler/oat_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc
index 1444ca0..458d5b6 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -20,7 +20,6 @@
#include "dex/quick/dex_file_to_method_inliner_map.h"
#include "dex/quick_compiler_callbacks.h"
#include "entrypoints/quick/quick_entrypoints.h"
-#include "implicit_check_options.h"
#include "mirror/art_method-inl.h"
#include "mirror/class-inl.h"
#include "mirror/object_array-inl.h"
@@ -118,8 +117,6 @@ TEST_F(OatTest, WriteRead) {
ScratchFile tmp;
SafeMap<std::string, std::string> key_value_store;
key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
- key_value_store.Put(ImplicitCheckOptions::kImplicitChecksOatHeaderKey,
- ImplicitCheckOptions::Serialize(true, true, true));
OatWriter oat_writer(class_linker->GetBootClassPath(),
42U,
4096U,