diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 5718be9e89..b229184909 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -226,7 +226,8 @@ class CompilerDriver { mirror::DexCache* GetDexCache(const DexCompilationUnit* mUnit) SHARED_REQUIRES(Locks::mutator_lock_); - mirror::ClassLoader* GetClassLoader(ScopedObjectAccess& soa, const DexCompilationUnit* mUnit) + mirror::ClassLoader* GetClassLoader(const ScopedObjectAccess& soa, + const DexCompilationUnit* mUnit) SHARED_REQUIRES(Locks::mutator_lock_); // Resolve compiling method's class. Returns null on failure. |