diff options
Diffstat (limited to 'runtime/utf.h')
-rw-r--r-- | runtime/utf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utf.h b/runtime/utf.h index cc5e6d48c2..5b2289ef19 100644 --- a/runtime/utf.h +++ b/runtime/utf.h @@ -73,7 +73,7 @@ void ConvertUtf16ToModifiedUtf8(char* utf8_out, const uint16_t* utf16_in, size_t /* * The java.lang.String hashCode() algorithm. */ -int32_t ComputeUtf16Hash(const mirror::CharArray* chars, int32_t offset, size_t char_count) +int32_t ComputeUtf16Hash(mirror::CharArray* chars, int32_t offset, size_t char_count) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); int32_t ComputeUtf16Hash(const uint16_t* chars, size_t char_count); |