diff options
| author | 2016-08-15 21:32:30 +0000 | |
|---|---|---|
| committer | 2016-08-15 21:32:30 +0000 | |
| commit | b23e3b2156ea326c5dea2f285e5f45b86bdb004c (patch) | |
| tree | f67a24382a512dd24068984a9b76d40267b5dd03 /runtime/oat_file_assistant.h | |
| parent | 882c0e4899a2fb5ab8fbc739c4e38901beda8f2e (diff) | |
| parent | a463b6a920a2a0bf14f9cca20a561b412b9349d1 (diff) | |
Merge "ART: Refactor ImageSpace loading"
Diffstat (limited to 'runtime/oat_file_assistant.h')
| -rw-r--r-- | runtime/oat_file_assistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index effeabb126..3f018dceff 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -180,7 +180,7 @@ class OatFileAssistant { std::unique_ptr<OatFile> GetBestOatFile(); // Open and returns an image space associated with the oat file. - static gc::space::ImageSpace* OpenImageSpace(const OatFile* oat_file); + static std::unique_ptr<gc::space::ImageSpace> OpenImageSpace(const OatFile* oat_file); // Loads the dex files in the given oat file for the given dex location. // The oat file should be up to date for the given dex location. |