diff options
Diffstat (limited to 'runtime/interpreter/interpreter_common.cc')
-rw-r--r-- | runtime/interpreter/interpreter_common.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/interpreter/interpreter_common.cc b/runtime/interpreter/interpreter_common.cc index 6705695528..74fa981d56 100644 --- a/runtime/interpreter/interpreter_common.cc +++ b/runtime/interpreter/interpreter_common.cc @@ -764,8 +764,8 @@ void RecordArrayElementsInTransaction(mirror::Array* array, int32_t count) } // Helper function to deal with class loading in an unstarted runtime. -static void UnstartedRuntimeFindClass(Thread* self, Handle<mirror::String> className, - Handle<mirror::ClassLoader> class_loader, JValue* result, +static void UnstartedRuntimeFindClass(Thread* self, ConstHandle<mirror::String> className, + ConstHandle<mirror::ClassLoader> class_loader, JValue* result, const std::string& method_name, bool initialize_class, bool abort_if_not_found) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { |