summaryrefslogtreecommitdiff
path: root/runtime/class_linker_test.cc
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2017-10-26 10:39:15 -0700
committer David Sehr <sehr@google.com> 2017-10-27 08:53:41 -0700
commit733bd4d85ccebe7a4e78aa6c8c4c691fde47843b (patch)
treed94bb13c8eea14d00c180c618bf54f6cd9a2aea6 /runtime/class_linker_test.cc
parent5751dc831ffd8acb089c2aff2e2ddf18f89da975 (diff)
Separate MemMap from DexFile completely
Create a container class for holding ownership of MemMap and segregate that functionality to dex_file_loader. This removes the dependency between dex_file.cc and mem_map.cc. Bug: 22322814 Test: make test-art-host Change-Id: I96db6fd10cdbad774c2f1f85c249418a154fbd52
Diffstat (limited to 'runtime/class_linker_test.cc')
-rw-r--r--runtime/class_linker_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc
index bd736929d8..3e92317682 100644
--- a/runtime/class_linker_test.cc
+++ b/runtime/class_linker_test.cc
@@ -1466,6 +1466,7 @@ TEST_F(ClassLinkerTest, RegisterDexFileName) {
old_dex_file->Size(),
location->ToModifiedUtf8(),
0u,
+ nullptr,
nullptr));
{
WriterMutexLock mu(soa.Self(), *Locks::dex_lock_);