diff options
| author | 2014-01-08 17:19:03 +0000 | |
|---|---|---|
| committer | 2014-01-08 17:19:03 +0000 | |
| commit | 0cb50e58bcdab321378df3b86f1e914d30992b5b (patch) | |
| tree | 560146dfd200432b3e0cb83827e40e08bb1b67a8 /compiler/image_writer.cc | |
| parent | 4c863edfe99dd63550ee462d77820a007ec40a7d (diff) | |
| parent | 5ddb4104ac605d66693b55b79f26f8b8a5505e63 (diff) | |
Merge "Remove intialized static storage from dex cache."
Diffstat (limited to 'compiler/image_writer.cc')
| -rw-r--r-- | compiler/image_writer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/image_writer.cc b/compiler/image_writer.cc index 02654ad55a..556dec25ad 100644 --- a/compiler/image_writer.cc +++ b/compiler/image_writer.cc @@ -316,7 +316,6 @@ void ImageWriter::PruneNonImageClasses() { Class* klass = dex_cache->GetResolvedType(i); if (klass != NULL && !IsImageClass(klass)) { dex_cache->SetResolvedType(i, NULL); - dex_cache->GetInitializedStaticStorage()->Set(i, NULL); } } for (size_t i = 0; i < dex_cache->NumResolvedMethods(); i++) { |